mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
629 stars 207 forks source link

Problem with ttn-otaa.ino #932

Open martinmmi opened 1 year ago

martinmmi commented 1 year ago

Hello, i get in plattform.io the error, that the do_send is not declared. What can it be?

I think, the problem is the same us from 2020 in the thread:

https://github.com/matthijskooijman/arduino-lmic/issues/268

pio

slavendam commented 8 months ago

Try to move declaration of do_send() function before that call (before line 168).