Skip to content

Commit

Permalink
Disable SUPPORT_OTA for regular ESP32 in platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Feb 26, 2024
1 parent 2f97f0f commit 80166ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ build_flags =
-DSUPPORT_BLE ; Comment to dissable Bluetooth (makes more memory available)
-DSUPPORT_BUZZER ;
-DSUPPORT_ESPNOW
-DSUPPORT_OTA ;
-DSUPPORT_MDNS ;
-DSUPPORT_MQTT ;
-DSUPPORT_MQTT_DISCOVERY
Expand Down Expand Up @@ -230,7 +229,7 @@ lib_deps =
${common_env_data.lib_deps}
build_flags =
${common_env_data.build_flags}
-DSUPPORT_OTA
-DSUPPORT_OTA ;
-DARDUINO_ESP32_DEV=1
-DBTN_UP=14 ; Pinnumber for button for up/previous and select / enter actions
-DBTN_DWN=0 ; Pinnum
Expand Down

0 comments on commit 80166ab

Please sign in to comment.