WIP for S&F. Next is to validate the stub outs work as expected.

This commit is contained in:
Jm Casler
2021-12-03 22:20:15 -08:00
parent 105c026297
commit 09b467ce7c
2 changed files with 61 additions and 21 deletions

View File

@@ -62,6 +62,12 @@ class StoreForwardPlugin : public SinglePortPlugin, private concurrency::OSThrea
private:
void populatePSRAM();
// S&F Defaults
uint32_t historyReturnMax = 250; // 250 records
uint32_t historyReturnWindow = 240; // 4 hours
uint32_t records = 0; // Calculated
bool heartbeat = false; // No heartbeat.
protected:
virtual int32_t runOnce();