Makeblock-official / mBlock

base on scratch offline v2.0 by MIT, Learn more from Makeblock official website
http://www.makeblock.com
GNU General Public License v2.0
320 stars 228 forks source link

compilation errors when using serial in Arduino mode in mBlock v3.3.1 #36

Closed jallwine closed 7 years ago

jallwine commented 8 years ago

When using serial communication in Arduino mode using a regular Arduino board, MeSerial se; is automatically placed in the script, even though its not used and the headers for it aren't included. This causes compilation errors. It's easy enough to remove that line manually, but when teaching kids that step is confusing.