Closed bobybobybob closed 6 years ago
You are probably right. Meanwhile, if it's unclear, simply remove all lines that declare the object:
SoftwareSerial ss(RXPin, TXPin);
Then, everywhere else replace ss
with Serial2
or whatever your port's name is.
Thank you :-)
Example for Hardware Serial input is needed :-)