fix
This commit is contained in:
parent
e22134a1d5
commit
b2588fa06f
|
@ -28,3 +28,8 @@ async def to_code(config):
|
||||||
repository="https://github.com/bdraco/secplus",
|
repository="https://github.com/bdraco/secplus",
|
||||||
version="f98c3220356c27717a25102c0b35815ebbd26ccc",
|
version="f98c3220356c27717a25102c0b35815ebbd26ccc",
|
||||||
)
|
)
|
||||||
|
cg.add_library(
|
||||||
|
name="espsoftwareserial",
|
||||||
|
repository="https://github.com/bdraco/espsoftwareserial",
|
||||||
|
version="2f408224633316b997f82339e5b2731b1e561060",
|
||||||
|
)
|
|
@ -15,7 +15,7 @@
|
||||||
#define _RATGDO_H
|
#define _RATGDO_H
|
||||||
|
|
||||||
#include "rolling_code.h"
|
#include "rolling_code.h"
|
||||||
#include "../espsoftwareserial/SoftwareSerial.h"
|
#include "SoftwareSerial.h"
|
||||||
|
|
||||||
SoftwareSerial swSerial;
|
SoftwareSerial swSerial;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue