HTTP requests causing system to crash and reboot #7149
Replies: 1 comment
-
Posted at 2019-07-13 by @allObjects Interesting... of course annoying for you... What about the power supply? Unstable power supply can cause reboot. Browsing the Web bubbled this 6+ months old thing up: https://gitlab.com/painlessMesh/painlessMesh/issues/221 It's not core 0 but core 1 and it's not Espruino but Arduino... nevertheless it is a thought worth. @jumjum has done quite some work on ESP32 and things may ring a bell for him... Posted at 2019-07-14 by hungryforcodes Did you turn off bluetooth? It frees up some resources on that version particularly.
-=h Posted at 2019-07-15 by espftw I tried v1.98 which works fine and v2.0 and up work although there is an issue with the WiFi module saying
Although the connection is in fact successful I'm using v1.98 for now because it doesn't crash on requests and doesn't have this WiFi issue. Posted at 2019-07-15 by espftw How do you use that? I get an error. Posted at 2019-07-16 by hungryforcodes It showed up only recently, but probably is in 1v99 for sure: http://www.espruino.com/Reference#ESP32
Posted at 2019-07-16 by Robin Tue 2019.07.16 Gordon wrote this nifty trick on how to check an addition in a different post a while back. If one clicks on the right facing arrow, adjacent to the heading ESP32.enableBLE at: which hyperlinks to the GitHub source, L123
That file edit date is 46eceda on Jun 8, 2018 Now if I could only find the chronological running edit detail for versioning . . . EDIT: Ahhhh . . . here it is: 1V99 was on on May 22, 2018 Not definitive, as I'm not sure if one can fetch data on older releases to determine the actual inclusion date, short of d/l the referenced .zip and doing a lookup that way, or running through each pull request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-07-13 by espftw
Running Espruino 1v99.175 on an ESP32
This is the same result when I try any of the simple HTTP request examples on the site.
Beta Was this translation helpful? Give feedback.
All reactions