Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 5, 2024
1 parent b7c9a8c commit 837df89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ lib_deps =
mathieucarbou/MycilaTrafficLight @ 1.0.0
https://github.com/mathieucarbou/fabianoriccardi-dimmable-light#dev
build_flags =
-D BUILD_NAME=\"$PIOENV\"
-Wall -Wextra
-std=c++17
-std=gnu++17
-D ARDUINO_LOOP_STACK_SIZE=4096
-D CONFIG_ASYNC_TCP_QUEUE_SIZE=128
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1
Expand All @@ -84,6 +80,9 @@ build_flags =
-D NETWORK_FREQ_RUNTIME
-D WS_MAX_QUEUED_MESSAGES=64
-D YASOLR_DISABLE_BROWNOUT_DETECTOR
-Wall -Wextra
-std=c++17
-std=gnu++17
build_unflags =
-std=gnu++11
board_build.partitions = partitions.csv
Expand Down

0 comments on commit 837df89

Please sign in to comment.