Initial commit
This commit is contained in:
5
set-env.sh
Normal file
5
set-env.sh
Normal 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
|
||||
Reference in New Issue
Block a user