Closed AlexanderAmelkin closed 2 years ago
It appears that #include <Arduino.h>
is missing at the top of serstream.cpp
. Adding that fixes the build, but then printf("test\n")
doesn't produce any output although cout << "test\n";
works fine.
Hi! My latest build fixes the problems with PlatformIO and latest Arduino. Thanks!
When compiling a simple sketch (even an empty one) when ArduinoSTL is added to
lib_deps
inplatformio.ini
for an Arduiono Nano Every board (board=nano_every
), I get the following error: