File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ build_flags =
2020 -I ./src/Restart
2121 -I ./src/Web
2222 -I ./src/Web/WsCommand
23+ -D SOC_WIFI_SUPPORTED =1 ; AsyncWebserver requires this. Can be removed with Arduino 3.x.x
2324 -D CONFIG_ASYNC_TCP_RUNNING_CORE =APP_CPU_NUM
2425 -D CONFIG_ASYNC_TCP_USE_WDT =1
2526 -D CONFIG_ASYNC_TCP_STACK_SIZE =8192
Original file line number Diff line number Diff line change 11{
2- "version" : " v9.0.0 "
2+ "version" : " v9.0.1 "
33}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = Pixelix
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = v9.0.0
51+ PROJECT_NUMBER = v9.0.1
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewers a
You can’t perform that action at this time.
0 commit comments