Sync 12 and 34 working

This commit is contained in:
2026-04-04 16:27:52 +02:00
parent 0dc5d1ce79
commit b0842aadef
8 changed files with 93 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
#define DEBUGLOG_DEFAULT_LOG_LEVEL_DEBUG
// Serial debug flag
#define DEBUG
//#define DEBUG
// Arduino Libraries
#include <Arduino.h>
@@ -16,7 +16,7 @@
#include "devices.h"
// Global Variables and Flags
const uint8_t spark_timeout_max = 2; // in milliseconds
const uint8_t spark_timeout_max = 1; // in milliseconds
// Debug Variables
#ifdef DEBUG