If you upload and then enter 0 return in the left pane it exits the menu.
Once the two Picos connect via the UTP exchange the menu shows up.
The menu shows option zero '0' .
If you upload and don't use the zero to exit a second upload will display all sorts of stuff on the left pane and the zero option no longer works.
As for yellow warnings, I'm not seeing them in v1.86 or v1.88 of Espruino
Please change the broadcast address so it doesn't UDP the entire Internet.
//var BroadIP="255.255.255.255";
var BroadIP="192.168.1.255";
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.
If you upload and then enter 0 return in the left pane it exits the menu.
Once the two Picos connect via the UTP exchange the menu shows up.
The menu shows option zero '0' .
If you upload and don't use the zero to exit a second upload will display all sorts of stuff on the left pane and the zero option no longer works.
As for yellow warnings, I'm not seeing them in v1.86 or v1.88 of Espruino
Please change the broadcast address so it doesn't UDP the entire Internet.
//var BroadIP="255.255.255.255";
var BroadIP="192.168.1.255";