Skip to content

Commit

Permalink
update defines
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Apr 28, 2024
1 parent a21df78 commit 558c884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ build_flags =
-D DASH_DEFAULT_CARD_SIZE_XL=6
-D DASH_DEFAULT_CARD_SIZE_XS=12
-D DASH_DEFAULT_CARD_SIZE_XXL=3
-D DASH_JSON_SIZE=512*4
-D DASH_JSON_SIZE=4096
-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
-D FILTER_INT_PERIOD
-D MONITOR_FREQUENCY
Expand All @@ -94,7 +94,7 @@ build_flags =
-D MYCILA_TASK_MONITOR_STACK_FREE_MAX=1024
-D MYCILA_TASK_MONITOR_STACK_FREE_MIN=256
-D NETWORK_FREQ_RUNTIME
-D WS_MAX_QUEUED_MESSAGES=32
-D WS_MAX_QUEUED_MESSAGES=64
-D YASOLR_DISABLE_BROWNOUT_DETECTOR
build_unflags =
-std=gnu++11
Expand Down

0 comments on commit 558c884

Please sign in to comment.