-
What was Espruino printing that was causing characters to get lost?
Actually it was the string for the espruino favicon you provided in the http server example titled Favourite Icon on WebServer
If you load that code onto the espruino and then do a
dump();
then the long string of thefavicon
variable is not displayed as it is entered (where all non-ascii values are escaped), instead non-ascii values are displayed as 8-bit (unicode UTF-8 I assume) characters.
@Snerkle - yes, I'll get that fix in. What was Espruino printing that was causing characters to get lost?
The tool would need changing. For example a config option is set up here for Baud rate.
All you need it
Espruino.Config.SET_TIME_ON_WRITE = true