mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-03 13:23:44 +00:00
Heap memory improvements
This commit is contained in:
@@ -21,8 +21,8 @@ public:
|
||||
int16_t getSize();
|
||||
|
||||
private:
|
||||
int8_t* values;
|
||||
uint8_t* scaling;
|
||||
int8_t values[REALTIME_SIZE];
|
||||
uint8_t scaling[REALTIME_SIZE];
|
||||
|
||||
unsigned long lastMillis = 0;
|
||||
double lastReading = 0;
|
||||
|
||||
Reference in New Issue
Block a user