cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards
https://cyberman54.github.io/ESP32-Paxcounter/
Other
1.69k stars 397 forks source link

Fix compile error for using CFG_LMIC_US_like Lora configuration (AU915, US915) #728

Closed oseiler2 closed 3 years ago

oseiler2 commented 3 years ago

After updating to the latest version I could no longer compile my AU915 Lora configuration.

if defined(CFG_LMIC_EU_like) will always return true, even for non-EU LMIC configurations.

cyberman54 commented 3 years ago

Thanks!