File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ void updateSystemState()
696696 uint8_t daysRemaining = daysFromEpoch (settings.pointPerfectNextKeyStart + settings.pointPerfectNextKeyDuration + 1 );
697697 log_d (" Days until keys expire: %d" , daysRemaining);
698698
699- if (daysRemaining >= 28 )
699+ if (daysRemaining >= 28 && daysRemaining <= 56 )
700700 changeState (STATE_KEYS_LBAND_CONFIGURE);
701701 else
702702 changeState (STATE_KEYS_NEEDED);
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ void menuRadio()
306306
307307 Serial.print (" 1) Select Radio Type: " );
308308 if (settings.radioType == RADIO_EXTERNAL) Serial.println (" External only" );
309- else if (settings.radioType == RADIO_ESPNOW) Serial.println (" Internal ESP NOW " );
309+ else if (settings.radioType == RADIO_ESPNOW) Serial.println (" Internal ESP-Now " );
310310
311311 if (settings.radioType == RADIO_ESPNOW)
312312 {
You can’t perform that action at this time.
0 commit comments