I don't know if it is the same problem, or this could help
but I compile on windows 7 (not 10 WSL) the ESP32 version
I flash it on an esp32 board.
I can make some test
but I can't use the reset() function because I have :
>reset()
=undefined
WARNING: Scan stop failed
WARNING: set rssi scan not implemeted yet
ASSERT(strlen(name)<=8) FAILED AT src/jsflash.c:56
#1[r1,l2] Object {
#2[r1,l2] Name String [1 blocks] "\xFF" #3[r1,l1] Object {
#6[r1,l2] Name String [2 blocks] "timers" #8[r2,l0] Array(0) [ ]
#9[r1,l2] Name String [2 blocks] "watches" #11[r2,l0] Array(0) [ ]
#14[r1,l2] Name String [1 blocks] "net" #12[r1,l1] String [2 blocks] "\x05\x00\x00\x00\x00\xFF\xFF\xFF\x00\x00\x00\x00"
}
}
HALTING.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I don't know if it is the same problem, or this could help
but I compile on windows 7 (not 10 WSL) the ESP32 version
I flash it on an esp32 board.
I can make some test
but I can't use the reset() function because I have :
it look's similar no ?