Files
wallas-esp32c3/set-env.sh
Jakob Dalsgaard a5cbb1e759 Updates all crates....
Terrifying and time consuming - have not run on ESP32C3 yet...
2025-02-09 14:02:42 +01:00

7 lines
218 B
Bash

echo "Execute as '. ./set-env.sh'"
read -p "wifi ssid " WIFI_SSID
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