Remove include.h, does not build yet

This commit is contained in:
Jaakko Haakana 2025-07-23 09:32:53 +03:00
parent 3d3ca6018d
commit 64d1fa418a
153 changed files with 15 additions and 198 deletions

View file

@ -1,7 +1,14 @@
#include "logging.h"
#include "../../../USER_SETTINGS.h"
#include "../../datalayer/datalayer.h"
#include "../sdcard/sdcard.h"
#if defined(LOG_CAN_TO_SD) || defined(LOG_TO_SD)
#if !defined(HW_LILYGO)
#error The SD card logging feature is only available on LilyGo hardware
#endif
#endif
#define MAX_LINE_LENGTH_PRINTF 128
#define MAX_LENGTH_TIME_STR 14