Trying to fix tariff on wrong date. Also some code cleanup

This commit is contained in:
Gunnar Skjold
2026-03-05 13:14:48 +01:00
parent 0b4884652f
commit e81ef7a93b
9 changed files with 79 additions and 84 deletions

View File

@@ -7,7 +7,6 @@
#ifndef _REALTIMEPLOT_H
#define _REALTIMEPLOT_H
#include <stdint.h>
#include "AmsData.h"
#define REALTIME_SAMPLE 10000

View File

@@ -4,6 +4,7 @@
*
*/
#include "Arduino.h"
#include "RealtimePlot.h"
#include <stdlib.h>