First Attempt to print data async, fields not working

This commit is contained in:
Emanuele Trabattoni
2026-03-31 13:07:02 +02:00
parent 27ad612844
commit 6072a603df
6 changed files with 134 additions and 52 deletions

View File

@@ -2,14 +2,12 @@
#define DEBUGLOG_DEFAULT_LOG_LEVEL_DEBUG
// Serial debug flag
//#define DEBUG
// #define DEBUG
// Arduino Libraries
#include <Arduino.h>
#include <DebugLog.h>
#ifdef DEBUG
#include "utils.h"
#endif
// ISR
#include "isr.h"