Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
766 stars 308 forks source link

Examples don't compile: e.g Wireless_stick_lite_V3_FactoryTest gives undefined reference to Radio #155

Closed MrSniffer closed 1 year ago

MrSniffer commented 1 year ago

I installed the 0.0.7 Board Manager and WiFi-Kit library. When I compile a sample example, namely, "Wireless_Stick_Lite_V3_FactoryTest" using Arduino IDE 2.0, it fails with this message: elf/bin/ld.exe: C:\Users\User\AppData\Local\Temp\arduino-sketch-D0124F77E40533350DE2EF908C0A0144\sketch\Wireless_stick_lite_V3_FactoryTest.ino.cpp.o:(.literal._Z11OnTxTimeoutv+0x0): undefined reference to `Radio'

How do you suggest I fix this (and other) failures to compile for the SX1262 V3 board?

MrSniffer commented 1 year ago

Closed: I made some changes to boards.txt. Not sure why a different board name would cause compile failures, but somehow it does. Closing the issue.