You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c:\Users\Han\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\Han\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") ^c:/users/han/appdata/local/arduino15/packages/heltec-esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2-patch3/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Han\AppData\Local\Arduino15\packages\Heltec-esp32\hardware\esp32\0.0.7/tools/sdk/esp32/lib\libpp.a(hal_mac.o): in function `hal_init':
(.text.hal_init+0xb4): multiple definition of 'hal_init'; C:\Users\Han\AppData\Local\Temp\arduino\sketches\E683B30E6B4AE67100F408AD07719811\libraries\MCCI_LoRaWAN_LMIC_library\hal\hal.cpp.o:c:\Users\Han\Documents\Arduino\libraries\MCCI_LoRaWAN_LMIC_library\src\hal/hal.cpp:416: first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
Why this error occurred?
Environment
Version of LMIC - 4.1.1
Version of Arduino IDE - 2.1.0
Network provider - The Things Network
Region - KR920
Board - Heltec Wi-Fi LoRa 32 v2
Radio - SX1276
The text was updated successfully, but these errors were encountered:
Hi.
I connect to heltec wifi lora 32 v2 use this project's example code.
I use example on Examples/MICC LoRaWAN LMIC library/ttn-otaa and I wrote pinmap like this
but when I verify code, below error occurred
Why this error occurred?
Environment
The text was updated successfully, but these errors were encountered: