wz_mini_hacks/SD_ROOT/wz_mini
Leo 4d6c1d8651
Added auto bind feature for offline / cloud-less setup (#303)
* Added auto bind feature for offline / cloud-less setup

Automatically sets bindOk=1 when WiFi settings are detected without
needing the camera to interact with the Wyze cloud. This feature
can be enabled when ENABLE_AUTO_BIND=true is set in wz_mini.conf

* Added 'WiFi Connected' audio message when QR code is valid

* Fixed the auto bind script improperly checking WiFi status

/configs isn't mounted during the init phase from the SD card and
as a result, the checks for whether bindOk=0 done by the init
script was ineffective. The script now mounts it if necessary before
checking.

* Updated autobind feature to use ENABLE_SELFHOSTED_MODE option

The feature to update the bindOk value will now use the same
`ENABLE_SELFHOSTED_MODE` option as the self-hosted iCamera patch.

This feature should only be used by advanced users in isolated
networks or when the user does not intend to use the Wyze App or
cloud services.

* Updated ENABLE_SELFHOSTED_MODE to false by default

The default should be to rely on Wyze servers. Ooops.
2022-09-28 17:17:49 -07:00
..
bin add dnsmasq and cron to backup script 2022-08-13 17:23:29 -07:00
etc Added auto bind feature for offline / cloud-less setup (#303) 2022-09-28 17:17:49 -07:00
lib fix libcallback jpeg issue on t20 2022-08-19 22:25:32 -07:00
log iptables/nfsv4 support 2022-05-08 00:56:55 -07:00
mnt iptables/nfsv4 support 2022-05-08 00:56:55 -07:00
root iptables/nfsv4 support 2022-05-08 00:56:55 -07:00
tmp missing tmp directory 2022-04-21 16:15:45 -07:00
usr Fixed broken iCamera patch script for Wyze Cam v3 (#315) 2022-09-28 17:16:45 -07:00
www fixes for recent errors (#277) 2022-08-26 23:17:38 -07:00
swap.gz add swap and logic 2022-04-14 01:35:27 -07:00
wz_mini.conf Run a NTP client at startup (#301) 2022-09-27 17:50:21 -07:00