At least then it's relatively easy for people to change - and also if boards aren't going to use 9600 by default we can make sure that every board reference page accurately reports what the default baud rate is.
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.
9600 is actually surprisingly usable - I know it seems like it wouldn't be :)
The ESP8266 port should really honour the default baud rate option in
BOARD.py
though:At least then it's relatively easy for people to change - and also if boards aren't going to use 9600 by default we can make sure that every board reference page accurately reports what the default baud rate is.