This commit is contained in:
J. Nick Koston 2023-06-05 12:40:16 -05:00
parent cd68a42911
commit 2aa79d50ba
No known key found for this signature in database
11 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#define _RATGDO_H #define _RATGDO_H
#include "rolling_code.h" #include "rolling_code.h"
#include "espsoftwareserial/SoftwareSerial.h" #include "../espsoftwareserial/SoftwareSerial.h"
SoftwareSerial swSerial; SoftwareSerial swSerial;

View File

@ -2,7 +2,7 @@
#define _RATGDO_ROLLING_CODE_H #define _RATGDO_ROLLING_CODE_H
extern "C" { extern "C" {
#include "secplus/secplus.h" #include "../secplus/secplus.h"
} }
void readCounterFromFlash(); // get the rolling code counter from setup.json & void readCounterFromFlash(); // get the rolling code counter from setup.json &