mirror of
https://github.com/fritz-smh/yi-hack
synced 2025-06-11 01:46:19 +00:00
37 lines
847 B
INI
37 lines
847 B
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
|
|
|
|
### 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
|
|
TIMEZONE=GMT-2
|
|
|
|
### NTP server
|
|
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
|
|
|