-
• #2
FYI, there is a "d" in front of "igitalRead", my mouse jumped.
-
• #3
Could you tell us what is the Olimex reference ? or give us the link to the schematic?
-
• #4
This is a known issue...
https://github.com/espruino/Espruino/issues/1176
Using D0 - the inbuilt flash button, it does not crash straight away. I suspect a stsck issue, but so far increasing the stsck size has had no effect..
-
• #5
We could throw an exception if you try and watch D0 for now? it'd be easy, and might save people some trouble!
-
• #7
Yes, totally. What you two have done so far is awesome :)
-
• #8
@Jean-Philippe_Rey - Link to Schematic follows:
https://github.com/OLIMEX/ESP32-GATEWAY/blob/master/HARDWARE/REV-A/ESP32-GATEWAY_Rev_A.pdf -
• #9
@Wilberforce, you da man. Thank you for any and all help
-
• #10
The
setwatch
has been fixed.It will be in version 1v95, so for now a latest travis build will work:
http://www.espruino.com/binaries/travis/master/
Was trying to exercise a module by using a button press on my Olimex Gateway board. This board has a button, led, sd card, and Ethernet plug, a really nice board by the way. I digress, the button is connected to D34 but when I run the following code, it crashes and resets.
I have tried running this code with both espruino_1v92_esp32.bin and espruino_1v94.23_esp32.bin firmware and they both crash, although espruino_1v94.23_esp32.bin seems to handle it much better.
I am including the core dump.
All help is appreciated.
1 Attachment