Sync 12 and 34 working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user