E.setConsole()? Pico v2.04 #6239
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2020-04-14 by @gfwilliams Hi - I'm afraid that's something that'll be in version 2v05. You could flash a 'cutting edge' firmware version from here though which would have it in: http://www.espruino.com/binaries/travis/master/ Generally if you want it out the way on earlier versions you'd use something like Posted at 2020-04-14 by Moray Thanks. Will switch a spare Pico to cutting edge for the lols |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-04-12 by Moray
Trying to use E.setConsole() on the Pico v2.04
I get:
Obviously I can use USB.setConsole(true) instead, but what if I want to set the console to null, which is in the documentation as
?
(Incidentally, it took me a while to figure out that since my ESP8266 is on Serial1 my Pico's internet connection stopped working whenever I removed the USB connection, because (I assume) the console switched automatically to Serial1.)
Beta Was this translation helpful? Give feedback.
All reactions