Open pitosalas opened 3 months ago
Hi,
I suspect the problem is that setup()
and loop()
aren't defined. I usually just copy one of the example .ino files into the src
directory and rename it main.cpp
. raw_find_slaves.ino is a good one to start with.
I don't have this project setup at the moment so I can't check my answer. Please let me know if this helps.
cheers, Richard
When I platformio "build" I get this error:
Note that this is after I changed this in platformio.ini:
On GitHub, the teensy 40 is commented out and 41 is active.
Do you have any suggestions on how I can get this to build?
Thanks!