Changes for cloud

This commit is contained in:
Gunnar Skjold
2024-04-06 11:34:04 +02:00
parent 4884d3a0e2
commit 29c8011cda
11 changed files with 229 additions and 151 deletions

View File

@@ -50,6 +50,12 @@
#define LED_BEHAVIOUR_ERROR_ONLY 3
#define LED_BEHAVIOUR_OFF 9
struct ResetDataContainer {
uint8_t cause;
uint8_t last_cause;
uint8_t magic;
};
struct SystemConfig {
uint8_t boardType;
bool vendorConfigured;