DSMR with encrypted payload

This commit is contained in:
Gunnar Skjold
2024-12-14 10:54:02 +01:00
parent 42e0ca963c
commit 61d4728ffa
16 changed files with 224 additions and 184 deletions

View File

@@ -72,8 +72,6 @@ private:
bool requestData();
void sendDisconnectMessage();
bool checkForDisconnectMessage();
void debugPrint(byte *buffer, int start, int length);
};
#endif