Merge pull request #4 from TheBeadster/codex/fix--uint32_t--does-not-name-a-type-error

Fix missing Arduino include in Bluetooth header
This commit is contained in:
TheBeadster 2025-06-30 20:27:07 +01:00 committed by GitHub
commit 9ac2a46303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@
// GNU General Public License for more details.
#pragma once
#include <Arduino.h>
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.