get firewall rule over url parameter and regex

This commit is contained in:
Florian Hoss 2022-04-11 18:19:03 +02:00
parent 0e1bf6a915
commit 945f1fd3b6
3 changed files with 24 additions and 7 deletions

View file

@ -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