diff --git a/DCCInspector-EX.ino b/DCCInspector-EX.ino index b4dd1f3..2b4c06c 100644 --- a/DCCInspector-EX.ino +++ b/DCCInspector-EX.ino @@ -145,7 +145,7 @@ #include "StringBuilder.h" // Statistics structures and functions. -#include "DccStatistics.h" +#include "DCCStatistics.h" const int nPackets = 16; // Number of packet buffers const int pktLength = 8; // Max length+1 in bytes of DCC packet diff --git a/DCCStatistics.h b/DCCStatistics.h index c70b5ad..3726518 100644 --- a/DCCStatistics.h +++ b/DCCStatistics.h @@ -28,7 +28,7 @@ #define dccstats_h #include -#include "config.h" +#include "Config.h" #if defined(ESP32) || defined(ESP8266) || defined(ESP_PLATFORM) #define INTERRUPT_SAFE IRAM_ATTR diff --git a/EventTimer_AtMega.h b/EventTimer_AtMega.h index a597b41..8972ed1 100644 --- a/EventTimer_AtMega.h +++ b/EventTimer_AtMega.h @@ -33,7 +33,7 @@ #define eventtimer_default_h #include -#include "config.h" +#include "Config.h" #define GPIO_PREFER_SPEED #include