extend sensor vbatt and hall

This commit is contained in:
2021-11-29 16:51:17 +01:00
parent dc285288f0
commit 8c6cbbf247
8 changed files with 83220 additions and 17 deletions

View File

@@ -3,7 +3,15 @@
#include <Arduino.h>
#include "FS.h"
#include <LITTLEFS.h>
#if defined ESP_ARDUINO_VERSION_VAL
#if (ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(2, 0, 0)
#include <LittleFS.h>
#define ESP_V2
#endif
#else
#include <LITTLEFS.h>
#endif
#ifndef CONFIG_LITTLEFS_FOR_IDF_3_2
#include <time.h>