Merge pull request #728 from oseiler2/master

Fix compile error for using CFG_LMIC_US_like Lora configuration (AU915, US915)
This commit is contained in:
Verkehrsrot 2021-01-21 07:18:30 +01:00 committed by GitHub
commit ad7cfb993f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 -