primer proto 2023.05.20
This commit is contained in:
parent
9b4e09e421
commit
964a04757d
|
|
@ -12,7 +12,7 @@
|
|||
#include "igate_config.h"
|
||||
#include "display.h"
|
||||
|
||||
#define VERSION "2023.05.17"
|
||||
#define VERSION "2023.05.20"
|
||||
|
||||
WiFiClient espClient;
|
||||
String ConfigurationFilePath = "/igate_conf.json";
|
||||
|
|
@ -118,7 +118,7 @@ bool checkValidHeardStation(String station) {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
Serial.println(" ---> Station not Heard for last 30 min (Not Tx)");
|
||||
Serial.println(" ---> Station not Heard for last 30 min (Not Tx)\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue