Yes this typo caused to reset loops - thanks for checking !
It also works with https://github.com/espressif/esptool which is version 1.3
esptool.py --port /dev/cu.usbserial --baud 460800 write_flash --flash_freq 80m --flash_mode qio --flash_size 32m 0x0000 boot_v1.6.bin 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x37E000 blank.bin esptool.py v1.3-dev Connecting.... Running Cesanta flasher stub... Flash params set to 0x004f Wrote 4096 bytes at 0x0 in 0.1 seconds (342.3 kbit/s)... Wrote 479232 bytes at 0x1000 in 10.8 seconds (353.9 kbit/s)... Wrote 4096 bytes at 0x3fc000 in 0.1 seconds (345.0 kbit/s)... Wrote 4096 bytes at 0x37e000 in 0.1 seconds (344.3 kbit/s)... Leaving...
>require("ESP8266").getState().sdkVersion ="2.0.0(5a875ba)" >process.env.VERSION ="1v90.2115"
@MaBe started
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.
Yes this typo caused to reset loops - thanks for checking !
It also works with https://github.com/espressif/esptool which is version 1.3