Skip to content

Commit 2bdf3bb

Browse files
author
Antti Kauppila
committed
astyle fixes
1 parent a074721 commit 2bdf3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/wifi/esp8266-driver/ESP8266/ESP8266.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,9 @@ int8_t ESP8266::rssi()
450450
_smutex.lock();
451451
set_timeout(ESP8266_CONNECT_TIMEOUT);
452452
if (!(_parser.send("AT+CWLAP=\"\",\"%s\",", bssid)
453-
&& _parser.recv("OK\n"))) {
453+
&& _parser.recv("OK\n"))) {
454454
rssi = 0;
455-
} else if(_scan_r.cnt == 1) {
455+
} else if (_scan_r.cnt == 1) {
456456
//All OK so read and return rssi
457457
rssi = ap[0].get_rssi();
458458
}

0 commit comments

Comments
 (0)