get firewall rule over url parameter and regex
This commit is contained in:
parent
0e1bf6a915
commit
945f1fd3b6
3 changed files with 24 additions and 7 deletions
|
@ -13,8 +13,10 @@ platform = espressif32
|
|||
board = esp32-evb
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
build_flags = -DCORE_DEBUG_LEVEL=3
|
||||
lib_deps =
|
||||
build_flags =
|
||||
-DCORE_DEBUG_LEVEL=3
|
||||
-DASYNCWEBSERVER_REGEX
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson@^6.19.4
|
||||
ottowinter/ESPAsyncWebServer-esphome@^2.1.0
|
||||
|
||||
|
@ -23,7 +25,9 @@ platform = espressif32
|
|||
board = az-delivery-devkit-v4
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
build_flags = -DCORE_DEBUG_LEVEL=3
|
||||
lib_deps =
|
||||
build_flags =
|
||||
-DCORE_DEBUG_LEVEL=3
|
||||
-DASYNCWEBSERVER_REGEX
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson@^6.19.4
|
||||
ottowinter/ESPAsyncWebServer-esphome@^2.1.0
|
||||
|
|
Reference in a new issue