startup delay added

This commit is contained in:
richonguzman
2025-10-12 14:21:51 -03:00
parent d334164b6f
commit 152217e71c
9 changed files with 41 additions and 9 deletions
+1
View File
@@ -169,6 +169,7 @@ public:
bool backupDigiMode;
bool rebootMode;
int rebootModeTime;
int startupDelay;
String personalNote;
String blacklist;
std::vector<WiFi_AP> wifiAPs;
+1
View File
@@ -46,6 +46,7 @@ namespace Utils {
void checkRebootTime();
void checkSleepByLowBatteryVoltage(uint8_t mode);
bool checkValidCallsign(const String& callsign);
void startupDelay();
}