When trying to compile the SendReceiveClient example for RP2040, I get the following error:
c:\Users\Jeff\Documents\Arduino\libraries\Meshtastic\src\mt_serial.cpp:10:12: fatal error: SoftwareSerial.h: No such file or directory
#include <SoftwareSerial.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
It sounds like the RP2040 likes to use its hardware ports, is there a way to accommodate that?
I was trying to use this with a Pro Mini, but it is too memory intensive.
When trying to compile the SendReceiveClient example for RP2040, I get the following error:
It sounds like the RP2040 likes to use its hardware ports, is there a way to accommodate that?
I was trying to use this with a Pro Mini, but it is too memory intensive.