beegee-tokyo / SX126x-Arduino

Arduino library to use Semtech SX126x LoRa chips and modules to communicate
MIT License
226 stars 64 forks source link

ESP32+sx1268 compiling error #9

Closed murataJun closed 4 years ago

murataJun commented 4 years ago

hi, i'm new to arduino and try to run the sample project LoRaWan and i encountered some problems aout the compiling like: libraries\SX126x-Arduino\mac\region\Region.cpp.o:(.literal.RegionGetPhyParam+0x0): undefined reference to `RegionEU868GetPhyParam' i think this should be caused by the link process, but i cant find how the link is done,do you have any suggestions? thanks. Hardware: ESP32+sx1268

murataJun commented 4 years ago

should remove the ifdef instruction from the regionas923.cpp