From eb67fa06d4a37bde447c1cb3ccc054827d79ea23 Mon Sep 17 00:00:00 2001 From: roleo Date: Sat, 10 Jun 2023 16:28:50 +0200 Subject: [PATCH] Release 0.3.4 --- README.md | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fad4d84..baa9a1e 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ This custom firmware contains features replicated from the [yi-hack-MStar](https - rtsp://IP-CAM/ch0_2.h264 (only audio) - ONVIF server (with support for h264 stream, snapshot, ptz, presets and WS-Discovery) - standardized interfaces for IP cameras. - Snapshot service - allows to get a jpg with a web request. - - http://IP-CAM:8080/cgi-bin/snapshot.sh?res=low&watermark=yes (select resolution: low or high, and watermark: yes or no) - - http://IP-CAM:8080/cgi-bin/snapshot.sh (default high without watermark) + - http://IP-CAM/cgi-bin/snapshot.sh?res=low&watermark=yes (select resolution: low or high, and watermark: yes or no) + - http://IP-CAM/cgi-bin/snapshot.sh (default high without watermark) - MQTT - Motion detection and baby crying detection through mqtt protocol. - - Web server - web configuration interface (port 8080). + - Web server - web configuration interface. - SSH server - dropbear. - Telnet server - busybox. - FTP server. diff --git a/VERSION b/VERSION index 1c09c74..42045ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.3 +0.3.4