Stitch the module.Record the program. Connect to Wi-Fi. Making a WIFI command.save (). Then do a reboot of the module. Then I see that the module is not loaded. Is there a problem?
_____ _
| __|___ ___ ___ _ _|_|___ ___
| __|_ -| . | _| | | | | . |
|_____|___| _|_| |___|_|_|_|___|
|_| http://espruino.com
1v95 Copyright 2017 G.Williams
Espruino is Open Source. Our work is supported
only by sales of official boards and donations:
http://espruino.com/Donate
>
=undefined
>save()
=undefined
Erasing Flash..................
Writing......
Compressed 80000 bytes to 3413
Checking...
Done!
Running onInit()...
Connected to Wifi. IP address is: 192.168.99.59
>wifi.save()
=undefined
>ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:QIO, clock div:1
load:0x3fff0008,len:8
load:0x3fff0010,len:1932
ho 0 tail 12 room 4
load:0x40078000,len:10012
load:0x40080000,len:252
entry 0x40080034
Loading 3413 bytes from flash...
After downloading the 4mb memory module works. I cannot auto reconnect after downloading the code via the console and reboot the console. Reconnect only works manually. And when I give the command Wifi.save () esp12f die completely.
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.
Stitch the module.Record the program. Connect to Wi-Fi. Making a WIFI command.save (). Then do a reboot of the module. Then I see that the module is not loaded. Is there a problem?