Fix compile error when using CFG_LMIC_US_like Lora configuration (AU915, US915)
This commit is contained in:
parent
e12716c146
commit
940d664778
@ -541,7 +541,7 @@ void SaveLMICToRTC(int deepsleep_sec) {
|
||||
unsigned long now = millis();
|
||||
|
||||
// EU Like Bands
|
||||
#if defined(CFG_LMIC_EU_like)
|
||||
#if CFG_LMIC_EU_like
|
||||
for (int i = 0; i < MAX_BANDS; i++) {
|
||||
ostime_t correctedAvail =
|
||||
RTC_LMIC.bands[i].avail -
|
||||
|
Loading…
Reference in New Issue
Block a user