You are reading a single comment by @Peter and its replies. Click here to read the full conversation.
  • 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 ...

About

Avatar for Peter @Peter started