-
-
Notifications
You must be signed in to change notification settings - Fork 97
ESP8266 crashing continously when compiling from source #55
Comments
did you have a previous version on the ESP? If so perhaps the SPIFFS could be corrupted after the upgrade. Its hard to tell without seeing any changes you may have made to the platformio.ini. In these types of situations I would enable the serial (set serial on), plug the Wemos into the PC via USB bare with nothing connected and look at the serial monitor to see the boot up process. If that doesn't work format the SPIFFS partition and flash again. |
Do you know why the binary I get is much larger than the one you've built? So far I'm getting nothing useful on the serial port even after forcing |
need more info. what is your platformio. what do you see in the serial monitor. it should be full with information |
I've already provided all the information about platformio above. The resulting binary is 477724 bytes whereas your version is 384240 bytes. |
the code uses many external libraries, perhaps they have been updated. Also the esp framework went through a major update to 2.0.0 in the last days which is my first guess. I wouldn't worry about it. |
Could you provide the dependency graph of the libraries that you compiled it with? I know your build of the code works so I want to be able to reproduce it. |
|
as I expected the problem is the esp8266 core update to 2.5. I need to debug what is breaking - perhaps something in the wifi code. For now the fix is to keep using 1.8.0 so use |
This should now be fixed with 1.5.3 |
I can't get 1.5.2 (or any version) to work on a Wemos D1 Mini V2 if I compile it myself, it only works if I use the precompiled version:
When I read the serial console it's just continuously crashing:
The text was updated successfully, but these errors were encountered: