Add /get_device_info and /get_config

This commit is contained in:
Siwat Sirichai 2024-05-18 13:14:43 +07:00
parent d75b028cd2
commit 2a497625de
4 changed files with 57 additions and 1 deletions

View file

@ -31,6 +31,6 @@ lib_deps = adafruit/Adafruit PWM Servo Driver Library@^2.4.1
https://github.com/me-no-dev/ESPAsyncWebServer.git
bblanchon/ArduinoJson@^6.21.4
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=5
build_flags = -DCORE_DEBUG_LEVEL=5 -DSW_VERSION='"1.0.0"' -DSDK_VERSION='"2.6.0"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"'
extra_scripts = pre:helper_scripts/html2cpp.py
monitor_port = COM36