Skip to content

Releases: kasitoru/mjsxj02hl_firmware

Firmware 1.7.0

13 Oct 09:16
486aea7
Compare
Choose a tag to compare
  • 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 and lua;
  • Updated third-party libraries (inih, yyjson, RtspServer and paho.mqtt.c);
  • Other minor changes.

Firmware 1.6.0

12 Nov 13:41
7252bc0
Compare
Choose a tag to compare
  • 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 and lua;
  • Updated third-party libraries (inih, yyjson and paho.mqtt.c);
  • Other minor changes.

Firmware 1.5.0

11 Jan 18:12
Compare
Choose a tag to compare
  • RTSP support for cURL utility;
  • Updated third-party libraries;
  • Updated ipctool, openssl, curl, and lua;
  • 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

28 Oct 14:48
Compare
Choose a tag to compare
Firmware 1.4.1 Pre-release
Pre-release

Firmware 1.4.0

26 Oct 15:08
Compare
Choose a tag to compare
Firmware 1.4.0 Pre-release
Pre-release
  • Fixed copy conf files from sdcard;
  • Added enable option for alarm config;
  • Added ipctool utility;
  • New algorithm for device_id() function;
  • Use device_id() instead of mqtt_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 for info topic;
  • Updated third-party libraries;
  • Updated zlib, openssl and curl;
  • Bug fixes and other minor changes.

Firmware 1.3.1

05 Dec 19:03
c1dec12
Compare
Choose a tag to compare
  • Added openssl and zlib libraries;
  • Reduced curl/libcurl size;
  • Removed fsck/fsck.fat utilities;
  • Updated CA certificates;
  • Bug fixes and other minor changes.

Firmware 1.3.0

03 Dec 08:07
8858485
Compare
Choose a tag to compare
  • Added curl utility and library (without ssl & zlib) ;
  • Updated yyjson library;
  • Updated proprietary libraries;
  • Added name option for general;
  • Added reconnection_interval and periodical_interval options for MQTT;
  • Removed primary_enable and secondary_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 and timestamp fields from information topic;
  • Removed timestamp field from alarm and night topics;
  • Code review, bug fixes and other minor changes.

Firmware 1.2.6

27 Sep 20:59
Compare
Choose a tag to compare
  • New MQTT commands: restart and reboot;
  • Remove build_time field from mjsxj02hl/information topic;
  • Fixed Segmentation fault when using MQTT;
  • Disabled reboot for firmware upgrade.