beegee-tokyo / SX1262-SC-GW

Single channel LoRaWan gateway for ESP8266/ESP32 using Semtech SX1262 LoRa module
MIT License
20 stars 5 forks source link

got errors for CFG_sx1272_radio/CFG_sx1276_radio #1

Closed luisgcu closed 4 years ago

luisgcu commented 4 years ago

Looks like this is nice project. I Pretend to use ESP32 with RFM95 But I got lot of errors while compiling for CFG_sx1272_radio/CFG_sx1276_radio src\main.cpp:459:10: error: 'pins' was not declared in this scope src\defines.h:400:32: error: 'gway_failed' was not declared in this scope

beegee-tokyo commented 4 years ago

This is a fork of ESP-1ch-Gateway which supports only Semtech SX126x chips. If you want to use Semtech SX127x chips please use the original application.