aboutsummaryrefslogtreecommitdiff
path: root/datalog.h
Commit message (Collapse)AuthorAge
* more serial commands: logwipe, log→logcatdakkar2022-04-02
|
* fix line length, againdakkar2022-04-02
|
* fix data loggingdakkar2022-04-02
| | | | | | | | when pm measurements went above 1k, the string got truncated ☹ remove the sign bits from columns that don't need them! also, uptime can be 6 digits
* simple serial command protocoldakkar2022-04-02
| | | | tagged responses, just because
* prefix for Serial printsdakkar2022-04-02
| | | | | * `#` → debug * `!` → warn
* commentdakkar2022-04-01
|
* different sd card library actually worksdakkar2022-04-01
| | | | not sure why the one from the arduino-esp32 didn't…
* debug printsdakkar2022-04-01
|
* start of data logging to sd carddakkar2022-04-01