Skip to content

Commit

Permalink
Warn about class member reorder issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Sep 1, 2024
1 parent a11438d commit ae69ec0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
; framework = arduino

[platformio]
default_envs =
default_envs =
esp32dev

[env]
Expand All @@ -39,12 +39,11 @@ build_flags =
-D LED_BUILTIN=2
board_build.f_cpu = 160000000L
upload_resetmethod = nodemcu
upload_speed = 460800
upload_speed = 460800

[espressif32_base]
;this section has config items common to all ESP32 boards
platform = espressif32
build_unflags = -Werror=reorder
board_build.partitions = min_spiffs.csv
monitor_filters = esp32_exception_decoder

Expand Down

0 comments on commit ae69ec0

Please sign in to comment.