Stream Deck plugin release note (#14)

This commit is contained in:
iGoX 2024-12-27 15:44:33 +01:00
parent 619a2c12b1
commit ece97549f4
7 changed files with 30 additions and 6 deletions

View file

@ -11,7 +11,7 @@ gc.collect()
SSID = '<YOUR WIFI SSID>' # Set the WIFI network SSID
PASSWORD = '<YOUR WIFI PASSWORD>' # Set the WIFI network password
network.country('<YOUR COUNTRY CODE>') # Set the country code for the WIFI (ISO 3166-1 Alpha-2 country code)
network.hostname('busylight-esp32') # Hostname that will identify this device on the network
network.hostname('igox-busylight') # Hostname that will identify this device on the network
# --------------------------
# Function to connect to the WIFI