fix onload not executing

This commit is contained in:
Siwat Sirichai 2024-05-19 03:03:22 +07:00
parent 093cd4506c
commit aff49fe67a
6 changed files with 1067 additions and 814 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 -DSW_VERSION='"1.0.0"' -DSDK_VERSION='"2.6.0"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"'
build_flags = -DCORE_DEBUG_LEVEL=5 -DSW_VERSION='"1.0.0"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"'
extra_scripts = pre:helper_scripts/html2cpp.py
monitor_port = COM36