Different output pico/esp8266 #5315
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2016-05-04 by @gfwilliams The Pico is correct :) On the Pico, the code executes quick enough that If you want this to actually work, do:
Posted at 2016-05-04 by @gfwilliams Just to add - the ESP8266 isn't exactly wrong in this case - it's just that I imagine the upload takes longer over serial, and things won't be scheduled quite as well because you're reliant on the underlying RTOS. |
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 2016-05-04 by Frida
With the same code, I have different output on pico and esp8266.
Which one is correct?
I think it is esp8266, but I may be wrong.
code:
Beta Was this translation helpful? Give feedback.
All reactions