mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-10 12:49:21 +00:00
Fixed byte alignment on price config
This commit is contained in:
@@ -208,11 +208,11 @@ struct PriceServiceConfig {
|
||||
char area[17];
|
||||
char currency[4];
|
||||
uint8_t resolutionInMinutes;
|
||||
uint8_t unused2;
|
||||
uint16_t unused2;
|
||||
uint16_t unused3;
|
||||
bool enabled;
|
||||
uint16_t unused4;
|
||||
}; // 64
|
||||
uint16_t unused6;
|
||||
};
|
||||
|
||||
struct EnergyAccountingConfig {
|
||||
uint16_t thresholds[10];
|
||||
|
||||
Reference in New Issue
Block a user