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..."