You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
I am not sure if I am the only one here, I compile from source using platform.io (after taking out the include String.h in Menucontrol.cpp, otherwise it will not compile). Uploaded firmware.bin to an nodemcu v1, (tried using both platformio and cli) and now it is in a boot loop with:
rst cause:2, boot mode:(3,7)
Any idea?
Bench
Addition info: I try the same board with the pre-compile binary and its works.
The text was updated successfully, but these errors were encountered:
See(#44), add switch when size equals zero
Besides,
try to change configuration in platformio.ini
from platform = espressif8266
to platform = [email protected]
I guess pre-compile binary was compiled using 8266Arduino SDK 2.x.Doing these helps me to stop rebooting and fixes issure (#43)
Hi,
I am not sure if I am the only one here, I compile from source using platform.io (after taking out the include String.h in Menucontrol.cpp, otherwise it will not compile). Uploaded firmware.bin to an nodemcu v1, (tried using both platformio and cli) and now it is in a boot loop with:
rst cause:2, boot mode:(3,7)
Any idea?
Bench
Addition info: I try the same board with the pre-compile binary and its works.
The text was updated successfully, but these errors were encountered: