Skip to content

Commit ac131da

Browse files
author
brentru
committed
newline
1 parent 50b7a01 commit ac131da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wifimanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,4 @@ def signal_strength(self):
294294
"""
295295
if not self.esp.is_connected:
296296
self.connect()
297-
return self.esp.rssi()
297+
return self.esp.rssi()

0 commit comments

Comments
 (0)