mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 19:24:27 +05:00
fix typo
This commit is contained in:
@@ -266,7 +266,7 @@ protected:
|
|||||||
TelnetStream.begin(23, false);
|
TelnetStream.begin(23, false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Log.sinfoln(FPSTR(S_WIFI), F("Connected. IP: %s, RSSI: %hh"), WiFi.localIP().toString().c_str(), WiFi.RSSI());
|
Log.sinfoln(FPSTR(S_WIFI), F("Connected. IP: %s, RSSI: %hhd"), WiFi.localIP().toString().c_str(), WiFi.RSSI());
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(ESP8266)
|
#if defined(ESP8266)
|
||||||
|
|||||||
Reference in New Issue
Block a user