1
0
mirror of https://github.com/fritz-smh/yi-hack synced 2025-06-20 14:26:12 +00:00
yi-hack/sd/test/yi-hack.cfg
2016-06-10 13:18:02 +03:00

43 lines
1.2 KiB
INI

### Set the root password
ROOT_PASSWORD=1234qwer
### Network configuration
# Don't forget to also fill the file wpa_supplicant.conf for the wifi configuration
IP=192.168.1.121
NETMASK=255.255.255.0
GATEWAY=192.168.1.254
NAMESERVER=192.168.1.254
### Led color after full boot
# The sequence will be :
# - orange : startup
# - blue blinking : configuration
# - blue : configuration finished, camera ready
# - ??? : color set a few seconds after the camera is ready
# values :
# -boff -bfast : blue blinking
# -boff -bon : blue on
# -boff -boff : blue off
# -boff -yfast : yellow blinking
# -boff -yon : yellow on
# -boff -yoff : yellow off
LED_WHEN_READY=-boff -bon
### Timezone
# Example timezones, see more at http://svn.fonosfera.org/fon-ng/trunk/luci/modules/admin-fon/root/etc/timezones.db
# -Europe/London GMT0BST,M3.5.0/1,M10.5.0
# -Europe/Paris CET-1CEST,M3.5.0,M10.5.0/3
# -US/Central CST6CDT,M3.2.0,M11.1.0
TIMEZONE=GMT0BST,M3.5.0/1,M10.5.0
### NTP server
#If you want to change your ntp server you can see a list here http://www.pool.ntp.org/zone/@
NTP_SERVER=0.uk.pool.ntp.org
### Debug
# Debug mode, keep it to 'no' unless you known what you do
# Values : yes|no
DEBUG=no