Commit Graph
4 Commits
Author SHA1 Message Date
TD-er a2518b13f7 [ESP32] Export all task values CacheController
The nr. of tasks was still hardcoded set to 12 as that's the nr. of tasks on ESP8266
2023-01-24 10:52:29 +01:00
TD-er 8fb6adc4b8 [Cache Reader] Store/fetch Plugin ID per sample 2022-12-21 15:46:40 +01:00
TD-er cc058affdd [Cache Controller] Update dump.htm to not check for valid timestamp
When used on a node that cannot have its time set to a proper time, the `dump5.htm` would not export any data in the export CSV file.
This because of a very simple check for a valid time stamp where the Unix Time had to be > 1.5 billion.
However on a node which doesn't have any time set, you can't check for this.
2021-08-10 22:50:20 +02:00
TD-er e3ea3020d8 [Cache controller] Make Cache controller work on ESP32
ESP32 does have less space on the file system than an ESP8266 with 4M flash.
So it is less useful on ESP32 with only 4M flash.

Still it does work :)
2021-05-12 17:29:41 +02:00