From 6896a8cef29a1c7a68f571bc1aaf6ccffcad9149 Mon Sep 17 00:00:00 2001 From: piradio Date: Mon, 20 May 2019 14:40:36 +0200 Subject: [PATCH] Add example config file. --- config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config diff --git a/config b/config new file mode 100644 index 0000000..fe0cba3 --- /dev/null +++ b/config @@ -0,0 +1,17 @@ +# set the image name +IMG_NAME="Piradio" + +# set to 1 to zip the image +DEPLOY_ZIP="0" + +# set the OS user and password +FIRST_USER_NAME="radio" +FIRST_USER_PASS="radio" + +# set to 1 to enable SSH +ENABLE_SSH="0" + +# wifi settings +WPA_ESSID="your wifi name" +WPA_PASSWORD="your wifi password" +WPA_COUNTRY="your country code, eg: GB, US..."