mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-07-28 01:43:46 +02:00
fix wifi setup issue
This commit is contained in:
@@ -251,7 +251,7 @@ wifiSerialState WifiInterface::setup2(const FSH* SSid, const FSH* password,
|
||||
}
|
||||
char macTail[]={macAddress[9],macAddress[10],macAddress[12],macAddress[13],macAddress[15],macAddress[16],'\0'};
|
||||
|
||||
while (wifiStream->available()) StringFormatter::printEscape( wifiStream->read()); /// THIS IS A DIAG IN DISGUISE
|
||||
checkForOK(1000, OK_SEARCH, true, false); // suck up remainder of AT+CIFSR
|
||||
|
||||
i=0;
|
||||
do {
|
||||
|
Reference in New Issue
Block a user