Skip to content

Commit f78ef47

Browse files
authored
Merge pull request #271 from BlueAndi/bugfix/apModeFilter
ON_AP_FILTER() always returned false
2 parents 8546813 + 26c7155 commit f78ef47

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

config/mcu.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

data/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v9.0.0"
2+
"version": "v9.0.1"
33
}

doc/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)