fix
This commit is contained in:
parent
cd68a42911
commit
2aa79d50ba
|
@ -15,7 +15,7 @@
|
|||
#define _RATGDO_H
|
||||
|
||||
#include "rolling_code.h"
|
||||
#include "espsoftwareserial/SoftwareSerial.h"
|
||||
#include "../espsoftwareserial/SoftwareSerial.h"
|
||||
|
||||
SoftwareSerial swSerial;
|
||||
|
||||
|
|
|
@ -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 &
|
||||
|
|
Loading…
Reference in New Issue