Yes it is working now. After I used this...
esptool.py --port /dev/tty.SLAB_USBtoUART --baud 115200 write_flash --flash_freq 80m --flash_mode qio --flash_size 4MB-c1 0x0000 boot_v1.6.bin 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin
...it started working.
One difference is that I had to change the baud from 460800 to 115200.
Thank you so much for your help. I'm still not sure how this fixed the wifi.save() issue.
wifi.save()
@calebbrewer 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 it is working now. After I used this...
...it started working.
One difference is that I had to change the baud from 460800 to 115200.
Thank you so much for your help. I'm still not sure how this fixed the
wifi.save()
issue.