Store much higher (time) res power readings any time we've just fetched

new readings.  This allows for better plotting/analysis but still keeping
runtime polling low.
This commit is contained in:
Kevin Hester
2024-07-10 16:44:27 -07:00
parent 0bc608d8cf
commit d0db5cae13
2 changed files with 46 additions and 32 deletions

2
.vscode/launch.json vendored
View File

@@ -204,7 +204,7 @@
"request": "launch",
"module": "meshtastic",
"justMyCode": false,
"args": ["--slog", "--power-ppk2-supply", "--power-stress", "--power-voltage", "3.3", "--seriallog", "--ble"]
"args": ["--slog", "--power-ppk2-supply", "--power-stress", "--power-voltage", "3.3", "--ble"]
},
{
"name": "meshtastic test",