Skip to content

Commit

Permalink
♻️ Refactoring code.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszSzusterTR committed Oct 26, 2023
1 parent ebf72c3 commit dd0779e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/connect_wifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def connect(ssid, password):
station = network.WLAN(network.STA_IF)

if station.isconnected():
print("Already connected")
logging.info("Already connected")
return True

station.active(True)
Expand Down

0 comments on commit dd0779e

Please sign in to comment.