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
645 stars 211 forks source link

Error while trying to run the ttn-abp sketch #954

Open yashranjan1 opened 7 months ago

yashranjan1 commented 7 months ago

Hi, Thanks for taking the time to read through this issue.

I am trying to run the ttn-abp sketch in the examples. When i try to run it i get the following warning:

c:\Users\Aziz\Documents\Arduino\libraries\MCCI_LoRaWAN_LMIC_library\src\hal\getpinmap_thisboard.cpp: In function 'const Arduino_LMIC::HalPinmap_t* Arduino_LMIC::GetPinmap_ThisBoard()':
c:\Users\Aziz\Documents\Arduino\libraries\MCCI_LoRaWAN_LMIC_library\src\hal\getpinmap_thisboard.cpp:71:72: note: #pragma message: Board not supported -- use an explicit pinmap
         #pragma message("Board not supported -- use an explicit pinmap")

i tried to look for a similar post on the forum and I found this forum post but im not sure i understand what they're trying to do because I'm new to using Arduinos

Environment

Please do let me know if you need any further information about my setup. Any help is appreciated. Thanks!