-
• #3
created issue #1037
-
• #4
Is this first time after a fresh flash, or after a
save()
? -
• #5
It is after a new flash, after a reset() and then save() it behaves ok.
esp8266 new flash
>load() =undefined No code in flash! ERROR: Not connected to the internet ERROR: Not connected to the internet
after reset() and save()
>load() =undefined Loading 1133 bytes from flash...
pico new flash
>load() =undefined No code in flash!
after reset() and save()
>load() =undefined Loading 2527 bytes from flash... > >
Now I learnt to use 'load()'.
on PICO
on ESP8266
It continues ultil I reset, or power off.