Closed rptshri closed 3 years ago
I am using RF96 with Arduino Nano,
Code works with Uno, but no luck with Nano,
On Nano it gets stuck on line 158 in loraMesh.ino
"uint8_t error = manager->sendtoWait((uint8_t *)buf, strlen(buf), n);"
I tried to print (error), but no output on serial monitor, What could be the issue?
I am using RF96 with Arduino Nano,
Code works with Uno, but no luck with Nano,
On Nano it gets stuck on line 158 in loraMesh.ino
"uint8_t error = manager->sendtoWait((uint8_t *)buf, strlen(buf), n);"
I tried to print (error), but no output on serial monitor, What could be the issue?