Initial commit

This commit is contained in:
2025-01-02 22:57:36 +01:00
commit 60b394f24d
10 changed files with 1928 additions and 0 deletions

5
set-env.sh Normal file
View File

@@ -0,0 +1,5 @@
echo "Execute as '. ./set-env.sh'"
read -p "wifi ssid " WIFI_SSID
read -p "wifi password " WIFI_PASSWORD
read -p "esp loglevel (trace, debug, info, warn, error) " ESP_LOGLEVEL
export WIFI_SSID WIFI_PASSWORD ESP_LOGLEVEL