fix: store simu data in NVS to prevent readings to go down after restart
This commit is contained in:
parent
410ff8fb7d
commit
a2ae8c0beb
2 changed files with 25 additions and 3 deletions
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
|
||||
uint32_t simulateGasPulses(uint32_t intervalSeconds = 86400);
|
||||
uint32_t simulateGasPulses(uint32_t intervalSeconds = 86400);
|
||||
void get_stored_values();
|
||||
void store_values();
|
||||
Loading…
Add table
Add a link
Reference in a new issue