more explanation in About tabw

This commit is contained in:
Hansi, dl9rdz 2023-08-29 20:15:53 +00:00
parent aec4d39867
commit e5c2e2db77
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ extern WiFiClient client;
char outbuf[128]; char outbuf[128];
uint8_t ephstate = EPH_NOTUSED; uint8_t ephstate = EPH_NOTUSED;
//enum EPHSTATE { EPH_NOTUSED, EPH_PENDING, EPH_TIMEERR, EPH_ERROR, EPH_EPHERROR, EPH_GOOD }; //enum EPHSTATE { EPH_NOTUSED, EPH_PENDING, EPH_TIMEERR, EPH_ERROR, EPH_EPHERROR, EPH_GOOD };
const char *ephtxt[] = { "Disabled", "Pending", "Time error", "Fetch error", "Read error", "Good" }; const char *ephtxt[] = { "Disabled (no RS92 in QRG list or Wifi mode not 3)", "Pending", "Time error", "Fetch error", "Read error", "Good" };
uint8_t getreply() { uint8_t getreply() {
String s = client.readStringUntil('\n'); String s = client.readStringUntil('\n');