add uptime as metric

This commit is contained in:
2024-12-08 15:33:32 +01:00
parent a43227fb47
commit 88aef600c8
4 changed files with 29 additions and 24 deletions

View File

@ -10,6 +10,7 @@
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include "freertos/timers.h"
#include "nvs_flash.h"
#include "metrics.h"
#include "outputs.h"