-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32 bootloop with platform=espressif32 #329
Comments
I've found the cause: |
@MichaelDvP I would love to see an example of this - as a PR to this repo doesn't seem very realistic. |
Another workaround could be to downgrade the Espressif Arduino library. I tried with
in |
Changing the Espressif library version fixed the issue, Thanks. |
This worked, such an easy an important PR. |
With the new espressif 6.4.0 / framework-arduinoespressif32 3.20011 the esp32 bootloops with this message
I've tested with the plain code from here, set all features.ini to zero and also removed the LightStateSevice and LightMqttSettingsService, but still bootloop. -D CORE_DEBUG_LEVEL=5 does not give any other message.
I think it's something at initialisation so i moved the esp8266React to the setup funcion and it works.
This bootloops:
This works:
Any idea what causes the bootloop?
The text was updated successfully, but these errors were encountered: