Updates all crates....

Terrifying and time consuming - have not run on ESP32C3 yet...
This commit is contained in:
2025-02-09 14:02:42 +01:00
parent efe2539ceb
commit a5cbb1e759
11 changed files with 512 additions and 204 deletions

View File

@@ -1,5 +1,6 @@
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
read -s -p "wifi password " WIFI_PASSWORD
echo
read -p "esp loglevel (trace, debug, info, warn, error) " ESP_LOG
export WIFI_SSID WIFI_PASSWORD ESP_LOG