Most recent activity
-
Hi Gordon,
I'm running a Pico on 1v81.274 and my program works fine, when I'm using it with the terminal connected on USB. Same problems as mentioned above when the terminal is not connected with the pico. - The onInit() routine is not starting.I was improving it as mentioned using the setTimeout statement - but without success.
function onInit() {
setTimeout(startUp, 20000); // wait for 20 seconds
}
Which pico version should be used? Do you know any further problems?
Any help is appreciated. Thank you very much in advance!
Note: I can't use the last pico 1.84 version because I have some problems with ESP8266 from the Kickstarter project ...
Hi,
all console.log statements are now removed - and now it works!
And the (old) WiFi module ESP8266 now works without any problems on 1v84.
Thank you for your help!