mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-31 06:01:57 +00:00
Merge branch 'main' into pnu
# Conflicts: # lib/HwTools/src/HwTools.cpp # lib/SvelteUi/app/dist/index.css # lib/SvelteUi/app/dist/index.js # lib/SvelteUi/app/vite.config.js
This commit is contained in:
@@ -95,7 +95,9 @@ struct MqttConfig {
|
||||
uint8_t magic;
|
||||
bool stateUpdate;
|
||||
uint16_t stateUpdateInterval;
|
||||
}; // 680
|
||||
uint16_t timeout;
|
||||
uint8_t keepalive;
|
||||
}; // 685
|
||||
|
||||
struct WebConfig {
|
||||
uint8_t security;
|
||||
@@ -249,7 +251,8 @@ struct CloudConfig {
|
||||
char hostname[64];
|
||||
uint16_t port;
|
||||
uint8_t clientId[16];
|
||||
}; // 69
|
||||
uint8_t proto;
|
||||
}; // 84
|
||||
|
||||
class AmsConfiguration {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user