File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# E3DC to Homematic mit GUI
2
- [ Stand: V2.25 22.12.2024 ] ( https://github.com/nischram/E3dcGui#changelog )
2
+ [ Stand: V2.26 02.01.2025 ] ( https://github.com/nischram/E3dcGui#changelog )
3
3
4
4
Hier beschreibe ich, wie du dein S10 Hauskraftwerk von E3DC an eine Homematic Hausautomation anbinden kannst.
5
5
@@ -445,6 +445,9 @@ Mit folgendem Befehl kann man direkt die Version ohne Display abfragen:
445
445
` grep "Stand: " README.markdown |cut -d " " -f 2 `
446
446
447
447
### Versionen
448
+ V2.26 02.01.2025 [ Issue #95 ] ( https://github.com/nischram/E3dcGui/issues/95 ) Tippfehler in RscpSet.cpp
449
+ - Fehlerkorrektur für Issue #95
450
+
448
451
V2.25 22.12.2024 [ Issue #95 ] ( https://github.com/nischram/E3dcGui/issues/95 ) Fehlende Parameter in der define.h
449
452
- Fehlerkorrektur für Issue #95
450
453
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ g++ -O3 RscpMain.cpp Rscp/RscpProtocol.cpp Rscp/AES.cpp Rscp/SocketConnection.cp
19
19
#include < limits>
20
20
#include < ctime>
21
21
22
- static int iSocket x = -1 ;
22
+ static int iSocket = -1 ;
23
23
static int iAuthenticated = 0 ;
24
24
static AES aesEncrypter;
25
25
static AES aesDecrypter;
You can’t perform that action at this time.
0 commit comments