mirror of
https://github.com/fritz-smh/yi-hack
synced 2025-06-10 17:36:13 +00:00
25 lines
675 B
INI
25 lines
675 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
|