rework average calc and export avg

This commit is contained in:
2024-12-10 22:11:59 +01:00
parent cec891f0df
commit dfddeab566
3 changed files with 99 additions and 41 deletions

View File

@ -4,9 +4,9 @@
#define WIFI_CONNECTED_BIT BIT0
#define WIFI_FAIL_BIT BIT1
#define HTML_RESPONSE_SIZE 512U
#define METRIC_NAME_MAX_SIZE 64U
#define METRIC_MAX_COUNT 32U
#define HTML_RESPONSE_SIZE 1024U
#define METRIC_NAME_MAX_SIZE 256U
#define METRIC_MAX_COUNT 64U
typedef struct _metric
{