mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Add signal strength in config report
useful when debugging without web UI
This commit is contained in:
@@ -243,6 +243,9 @@ void CONFIG::print_config()
|
||||
Serial.print(F("Mode: "));
|
||||
if (byte(bbuf) == CLIENT_MODE) {
|
||||
Serial.println(F("Station"));
|
||||
Serial.print(F("Signal: "));
|
||||
Serial.print(100+WiFi.RSSI());
|
||||
Serial.println(F("%"));
|
||||
} else if (byte(bbuf)==AP_MODE) {
|
||||
Serial.println(F("Access Point"));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user