Skip to content

Commit ccb826e

Browse files
committed
V 4.66
1 parent 45785cb commit ccb826e

10 files changed

+314
-311
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
Version 4.66
4+
5+
- merge: merge development branch into new release 4.66
6+
37
Version 4.65.4
48

59
- new: norwegian language file added - thank you for supporting this projekt @ user oyvind

MQTTDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Version
2-
#define Version "4.65.4"
2+
#define Version "4.66"
33

44
// Definiere Pausen
55
#define PAUSE1SEC 1000

build/MQTTDevice4.ino.bin

0 Bytes
Binary file not shown.

build/MQTTDevice4.mklittlefs.bin

0 Bytes
Binary file not shown.

build/compile_commands.json

Lines changed: 306 additions & 306 deletions
Large diffs are not rendered by default.

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,16 +222,15 @@ Sensor setting
222222

223223
Multicast DNS is used to resolve hostnames to IP addresses in small networks. A mDNS name can be used instead of the IP address to open the mqttdevice web interface in a browser. Default mDNS name is mqttdevice. Open the configuration panel <http://mqttdevice.local> in your web browser. The name is freely selectable. The mDNS name must be unique in local network and must not contain any spaces or special characters. Please note: if you use two or more MQTTDevices you must change default mDNS "mqttdevice" into an unique identifier! Reboot your mqttdevice after changing mDNS.
224224

225-
**NTP Zeitserver:**
225+
**NTP time server:**
226226

227227
The Network Time Protocol (NTP) regularly synchronizes the time with a time server. The default time server is europe.pool.ntp.org (Berlin, Germany) and is a timer on the Internet. If there is a time server on the local network, this time server can be used. For example, if a Fritz.box (c) is in use, fritz.box can be entered as the time server. If a local NTP server is configured, the Brautomat does not need access to the Internet.
228228

229-
**NTP Zeitzone:**
229+
**NTP time zone:**
230230

231231
The time zone is determined from a table. The time zone Europe Berlin is preset and is <CET-1CEST,M3.5.0,M10.5.0/3>.
232232
The time zone is used to determine the correct time, including daylightsavings. All time zones are listed in the zones.csv file.
233233

234-
235234
2. MQTT Settings
236235

237236
![mqtt](img/mqtt.jpg)

index_htm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const char index_htm_gz[] PROGMEM = {
2-
0x1f, 0x8b, 0x08, 0x08, 0x89, 0x1e, 0x37, 0x67, 0x04, 0x00, 0x69, 0x6e,
2+
0x1f, 0x8b, 0x08, 0x08, 0xbf, 0x3b, 0x37, 0x67, 0x04, 0x00, 0x69, 0x6e,
33
0x64, 0x65, 0x78, 0x2e, 0x68, 0x74, 0x6d, 0x00, 0xed, 0x5d, 0xfd, 0x5a,
44
0xf3, 0x34, 0x14, 0xbf, 0x95, 0x5a, 0x15, 0x36, 0xdd, 0x06, 0x1b, 0x2f,
55
0x3e, 0x3a, 0x28, 0x3c, 0x08, 0x53, 0x51, 0x04, 0x64, 0xf3, 0xfb, 0x03,

tools/Firmware.zip

5 Bytes
Binary file not shown.

tools/MQTTDevice4.ino.bin

0 Bytes
Binary file not shown.

tools/MQTTDevice4.mklittlefs.bin

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)