первый коммит

This commit is contained in:
2024-06-16 20:11:17 +03:00
commit 59d159d683
6 changed files with 520 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# настройки Wi-Fi
WIFI_SSID = "My ssid"
WIFI_PASSWORD = "supersecret-password-228"
# настройки вебсокета
WSS_HOST = "mqtt.mydamain.com"
WSS_PATH = "/mqtt"
# настройки авторизации
MQTT_USER = "mqtt_user"
MQTT_PASSWORD = "supersecret-mqtt"