Сounter mod, core & modbus tuned for 1/100th prec

This commit is contained in:
2022-04-06 10:21:39 +03:00
parent 9bf3d561bd
commit b3af9865c7
11 changed files with 370 additions and 82 deletions

View File

@@ -1,5 +1,10 @@
#pragma once
#include <Arduino.h>
#define TENS_FRACT_LEN 2
#define TENS_BASE 100
#define DEFAULT_FILESIZE_LIMIT 65535
#ifndef MAX_JSON_CONF_SIZE