That's the problem I guess - it's whether you use Espruino every day, or ESP8266 every day :)
There's always setBootCode("Serial1.setup(115200)"). I wonder if there is any obvious way to detect a different baud rate - like if at 9600 it gets 0xff as the first received character, or at 115200 it gets a framing error it could swap back to 9600.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That's the problem I guess - it's whether you use Espruino every day, or ESP8266 every day :)
There's always
setBootCode("Serial1.setup(115200)")
. I wonder if there is any obvious way to detect a different baud rate - like if at 9600 it gets 0xff as the first received character, or at 115200 it gets a framing error it could swap back to 9600.