Skip to content

Commit

Permalink
Removed BLE Spam Support for ESP32 WROOM
Browse files Browse the repository at this point in the history
this is a needed change to compile and the BLE does not support the ESP32 WROOM Anyway as it crashes due to old hardware
  • Loading branch information
Spooks4576 committed Mar 23, 2024
1 parent 0f22bbf commit 1d48d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platform = espressif32
board = esp32dev
framework = arduino
build_flags =
-DESP32_DEV_MODULE
-DESP32_S2_DEV_MODULE
-std=c++17
lib_deps =
Adafruit NeoPixel
Expand Down

0 comments on commit 1d48d5a

Please sign in to comment.