Add /get_device_info and /get_config
This commit is contained in:
parent
d75b028cd2
commit
2a497625de
4 changed files with 57 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue