update changelog

This commit is contained in:
Alfonso Gamboa 2022-06-24 00:54:35 -07:00
parent 1fa3b9a88f
commit 61ee24ad27
2 changed files with 12 additions and 9 deletions

View File

@ -182,6 +182,7 @@ As long as the network cable is connected, its interface (e.g. eth0) is used for
After reconnecting the network cable, ifenslave switches back to eth0 ("failover mode").
From the outside (=network) view it doesn't matter which interface is active. The bonding device presents its own software-defined (i.e. virtual) MAC address, different from the hardware defined MACs of eth0 or wlan0.
The dhcp server will use this MAC to assign an ip address to the bond0 device. So the computer has one unique ip address under which it can be identified. Without bonding each interface would have its own ip address.
Currenly supported with ethernet adapters and usb-direct mode.
BONDING_PRIMARY_INTERFACE
Specifies the interface that should be the primary. Typically "eth0".
@ -402,14 +403,6 @@ exposure value support
---
```
ENABLE_RTL8189FS_DRIVER="false"
```
Use a newer version of the driver for the RTL8189FTV on v2/v3. May result in better wireless connection/performance. Experimental.
---
Upgrade wz_mini over the air:
`upgrade-run.sh`
@ -430,8 +423,18 @@ Stop the camera from dropping the frame rate during nightvision.
---
```
ENABLE_RTL8189FS_DRIVER="true"
ENABLE_ATBM603X_DRIVER="true"
```
Enabled by default. These options control the WiFi Drivers. V2/V3 use the 8189fs.ko driver, and certain v3 models and all currently shipping pan v2 models use the atbm603x driver. These are required for operation of wz_mini, and disabling these will lead to a system crash, due to an updated kernel. This change was required to support full iptables and connection tracking operation, since they are not supported on the really outdated factory drivers. My testing shows better stability and performance. Disable only if you know what you are doing.
---
## Latest Updates
* 06-24-22: BIG UPGRADE! Updated & improved WiFi Drivers - 8189fs and 6032i - Drivers work across all supported camera models. This update requires you to copy over a new wz_mini.conf before upgrading! Drivers required for operation, do not disable! Updated upgrade-run.sh script to prevent broken boot during a rare corrupted file situation. Added connection bonding, for network fail-over support.
* 06-19-22: Fixed no rtsp video when wz_mini is used with the old stock rtsp firmware.
* 06-18-22: Added night drop feature preventing fps drop during nightvision. Upgrade script can now work unattended. Add -F0 flag to rtsp server.
* 06-17-22: Fix custom hostname not being set. Note: The hostname variable has CHANGED! You will need to update your `wz_mini.conf` file.

View File

@ -5,7 +5,7 @@ d41d8cd98f00b204e9800998ecf8427e SD_ROOT/wz_mini/mnt/.gitignore
ad7d1a2f9db3079617731b5854ce3b6a SD_ROOT/wz_mini/etc/init.d/wz_cam.sh
0774518c06d6ef8e7181d35f194777cc SD_ROOT/wz_mini/etc/init.d/wz_init.sh
e71d1b632e350f573b40afae0ea64e3c SD_ROOT/wz_mini/etc/init.d/wz_user.sh
eaed004c57ef42117fb5ed63d7823ffd SD_ROOT/wz_mini/etc/init.d/wz_post.sh
b0f094a80f7ab79fdf26b0e359ab68db SD_ROOT/wz_mini/etc/init.d/wz_post.sh
e3034eac02d8eda9902ca9cf89f0a586 SD_ROOT/wz_mini/etc/inittab
840aa9c26726201f7cffbf001bee193a SD_ROOT/wz_mini/etc/uvc_jxf22.config
2609cae8b3b084d83e84299528d8bc93 SD_ROOT/wz_mini/etc/wz_mini.conf.dist