Add example config file.

pull/431/head
piradio 2019-05-20 14:40:36 +02:00
parent 657ff83b83
commit 6896a8cef2
1 changed files with 17 additions and 0 deletions

17
config Normal file
View File

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