Updated cloud connector

This commit is contained in:
Gunnar Skjold
2024-01-06 09:52:35 +01:00
parent 460238e99d
commit 6012c19fc4
10 changed files with 185 additions and 83 deletions

View File

@@ -244,8 +244,7 @@ struct CloudConfig {
uint8_t interval;
char hostname[64];
uint16_t port;
char clientId[17];
char clientSecret[17];
uint8_t clientId[16];
};
class AmsConfiguration {