Skip to content

Commit 55a80d7

Browse files
committed
V2.26 Issue #95 Tippfehler in RscpSet.cpp
- Fehlerkorrektur für Issue #95
1 parent 20735a6 commit 55a80d7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.markdown

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
33

44
Hier beschreibe ich, wie du dein S10 Hauskraftwerk von E3DC an eine Homematic Hausautomation anbinden kannst.
55

@@ -445,6 +445,9 @@ Mit folgendem Befehl kann man direkt die Version ohne Display abfragen:
445445
`grep "Stand: " README.markdown |cut -d " " -f 2`
446446

447447
### 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+
448451
V2.25 22.12.2024 [Issue #95](https://github.com/nischram/E3dcGui/issues/95) Fehlende Parameter in der define.h
449452
- Fehlerkorrektur für Issue #95
450453

Rscp/RscpSet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ g++ -O3 RscpMain.cpp Rscp/RscpProtocol.cpp Rscp/AES.cpp Rscp/SocketConnection.cp
1919
#include <limits>
2020
#include <ctime>
2121

22-
static int iSocket x= -1;
22+
static int iSocket = -1;
2323
static int iAuthenticated = 0;
2424
static AES aesEncrypter;
2525
static AES aesDecrypter;

0 commit comments

Comments
 (0)