primer proto 2023.05.20

This commit is contained in:
richonguzman 2023-05-20 01:10:06 -04:00
parent 9b4e09e421
commit 964a04757d
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
#include "igate_config.h" #include "igate_config.h"
#include "display.h" #include "display.h"
#define VERSION "2023.05.17" #define VERSION "2023.05.20"
WiFiClient espClient; WiFiClient espClient;
String ConfigurationFilePath = "/igate_conf.json"; String ConfigurationFilePath = "/igate_conf.json";
@ -118,7 +118,7 @@ bool checkValidHeardStation(String station) {
return true; 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; return false;
} }