When I put a “Write Line” block in an Arduino Program, I get a sketch compile error:
MeSerial does not name a type.
The error is because there is a line in the sketch for:
MeSerial se;
but the library MeSerial.h is not included in the top part of the sketch.
When I check the serial.s2e file, it is clear that the MeSerial.h library is supposed to be included, but for some odd reason, it is not making it to the sketch.
This makes the whole sketch not compile.
Any idea why MeSerial.h is not being put in the top of the Arduino sketch, even though the serial.s2e file clearly has a line for :",“inc”:"#include “MeSerial.h”\n" ?
Very odd,
Thanks
Andrew