Releases: kasitoru/mjsxj02hl_firmware
Releases · kasitoru/mjsxj02hl_firmware
Firmware 1.7.0
- Fix
watchdog.sh
; - Watchdog timer is disabled by default;
- Added the reboot script (
/cgi-bin/reboot.cgi
); - Use
off_delay
for MQTT binary sensor (HA); - Updated
ipctool
,zlib
,curl
andlua
; - Updated third-party libraries (
inih
,yyjson
,RtspServer
andpaho.mqtt.c
); - Other minor changes.
Firmware 1.6.0
- Configuring the autorun script (
/configs/run.sh
); - Added script
watchdog.sh
(monitoring the network and the main application); - Fix #14 (warning
MQTT entity name starts with the device name
); - Updated
ipctool
,zlib
,openssl
,curl
andlua
; - Updated third-party libraries (
inih
,yyjson
andpaho.mqtt.c
); - Other minor changes.
Firmware 1.5.0
- RTSP support for cURL utility;
- Updated third-party libraries;
- Updated
ipctool
,openssl
,curl
, andlua
; - Possibility to change the password (via web or
passwd -a des
command); - Fixed memory leak in HA Discovery;
- Fixed humanoid alarm;
- Other minor changes.
Firmware 1.4.1
- Fixed #11
Firmware 1.4.0
- Fixed copy conf files from sdcard;
- Added
enable
option foralarm
config; - Added
ipctool
utility; - New algorithm for
device_id()
function; - Use
device_id()
instead ofmqtt_client_id()
in the MQTT HA Discovery topic; - Fixed HA Discovery messages;
- Change names of MQTT sensors;
- New
system
command for MQTT; - Added
hw_temp
field forinfo
topic; - Updated third-party libraries;
- Updated
zlib
,openssl
andcurl
; - Bug fixes and other minor changes.
Firmware 1.3.1
- Added
openssl
andzlib
libraries; - Reduced
curl
/libcurl
size; - Removed
fsck
/fsck.fat
utilities; - Updated CA certificates;
- Bug fixes and other minor changes.
Firmware 1.3.0
- Added
curl
utility and library (without ssl & zlib) ; - Updated
yyjson
library; - Updated proprietary libraries;
- Added
name
option for general; - Added
reconnection_interval
andperiodical_interval
options for MQTT; - Removed
primary_enable
andsecondary_enable
options for video; - Added date, time and filename to logger messages;
- Fix MQTT cliend ID;
- Last Will Testament (LWT) for MQTT;
- Changed addresses of MQTT topics;
- MQTT Discovery for Home Assistant;
- Removed
sdk_version
,startup
andtimestamp
fields frominformation
topic; - Removed
timestamp
field fromalarm
andnight
topics; - Code review, bug fixes and other minor changes.
Firmware 1.2.6
- New MQTT commands:
restart
andreboot
; - Remove
build_time
field frommjsxj02hl/information
topic; - Fixed
Segmentation fault
when using MQTT; - Disabled reboot for firmware upgrade.