From 2aa79d50ba9deb367f69795e4e186345343bdff6 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 12:40:16 -0500 Subject: [PATCH] fix --- components/{ratgdo => }/espsoftwareserial/SoftwareSerial.cpp | 0 components/{ratgdo => }/espsoftwareserial/SoftwareSerial.h | 0 .../{ratgdo => }/espsoftwareserial/circular_queue/Delegate.h | 0 .../espsoftwareserial/circular_queue/MultiDelegate.h | 0 .../espsoftwareserial/circular_queue/circular_queue.h | 0 .../espsoftwareserial/circular_queue/circular_queue_mp.h | 0 .../{ratgdo => }/espsoftwareserial/circular_queue/ghostl.h | 0 components/ratgdo/ratgdo.h | 2 +- components/ratgdo/rolling_code.h | 2 +- components/{ratgdo => }/secplus/secplus.c | 0 components/{ratgdo => }/secplus/secplus.h | 0 11 files changed, 2 insertions(+), 2 deletions(-) rename components/{ratgdo => }/espsoftwareserial/SoftwareSerial.cpp (100%) rename components/{ratgdo => }/espsoftwareserial/SoftwareSerial.h (100%) rename components/{ratgdo => }/espsoftwareserial/circular_queue/Delegate.h (100%) rename components/{ratgdo => }/espsoftwareserial/circular_queue/MultiDelegate.h (100%) rename components/{ratgdo => }/espsoftwareserial/circular_queue/circular_queue.h (100%) rename components/{ratgdo => }/espsoftwareserial/circular_queue/circular_queue_mp.h (100%) rename components/{ratgdo => }/espsoftwareserial/circular_queue/ghostl.h (100%) rename components/{ratgdo => }/secplus/secplus.c (100%) rename components/{ratgdo => }/secplus/secplus.h (100%) diff --git a/components/ratgdo/espsoftwareserial/SoftwareSerial.cpp b/components/espsoftwareserial/SoftwareSerial.cpp similarity index 100% rename from components/ratgdo/espsoftwareserial/SoftwareSerial.cpp rename to components/espsoftwareserial/SoftwareSerial.cpp diff --git a/components/ratgdo/espsoftwareserial/SoftwareSerial.h b/components/espsoftwareserial/SoftwareSerial.h similarity index 100% rename from components/ratgdo/espsoftwareserial/SoftwareSerial.h rename to components/espsoftwareserial/SoftwareSerial.h diff --git a/components/ratgdo/espsoftwareserial/circular_queue/Delegate.h b/components/espsoftwareserial/circular_queue/Delegate.h similarity index 100% rename from components/ratgdo/espsoftwareserial/circular_queue/Delegate.h rename to components/espsoftwareserial/circular_queue/Delegate.h diff --git a/components/ratgdo/espsoftwareserial/circular_queue/MultiDelegate.h b/components/espsoftwareserial/circular_queue/MultiDelegate.h similarity index 100% rename from components/ratgdo/espsoftwareserial/circular_queue/MultiDelegate.h rename to components/espsoftwareserial/circular_queue/MultiDelegate.h diff --git a/components/ratgdo/espsoftwareserial/circular_queue/circular_queue.h b/components/espsoftwareserial/circular_queue/circular_queue.h similarity index 100% rename from components/ratgdo/espsoftwareserial/circular_queue/circular_queue.h rename to components/espsoftwareserial/circular_queue/circular_queue.h diff --git a/components/ratgdo/espsoftwareserial/circular_queue/circular_queue_mp.h b/components/espsoftwareserial/circular_queue/circular_queue_mp.h similarity index 100% rename from components/ratgdo/espsoftwareserial/circular_queue/circular_queue_mp.h rename to components/espsoftwareserial/circular_queue/circular_queue_mp.h diff --git a/components/ratgdo/espsoftwareserial/circular_queue/ghostl.h b/components/espsoftwareserial/circular_queue/ghostl.h similarity index 100% rename from components/ratgdo/espsoftwareserial/circular_queue/ghostl.h rename to components/espsoftwareserial/circular_queue/ghostl.h diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index d07d747..99e7569 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -15,7 +15,7 @@ #define _RATGDO_H #include "rolling_code.h" -#include "espsoftwareserial/SoftwareSerial.h" +#include "../espsoftwareserial/SoftwareSerial.h" SoftwareSerial swSerial; diff --git a/components/ratgdo/rolling_code.h b/components/ratgdo/rolling_code.h index b91233a..b74a25c 100644 --- a/components/ratgdo/rolling_code.h +++ b/components/ratgdo/rolling_code.h @@ -2,7 +2,7 @@ #define _RATGDO_ROLLING_CODE_H extern "C" { -#include "secplus/secplus.h" +#include "../secplus/secplus.h" } void readCounterFromFlash(); // get the rolling code counter from setup.json & diff --git a/components/ratgdo/secplus/secplus.c b/components/secplus/secplus.c similarity index 100% rename from components/ratgdo/secplus/secplus.c rename to components/secplus/secplus.c diff --git a/components/ratgdo/secplus/secplus.h b/components/secplus/secplus.h similarity index 100% rename from components/ratgdo/secplus/secplus.h rename to components/secplus/secplus.h