This commit is contained in:
J. Nick Koston 2023-06-05 12:52:42 -05:00
parent e22134a1d5
commit b2588fa06f
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View File

@ -27,4 +27,9 @@ async def to_code(config):
name="secplus",
repository="https://github.com/bdraco/secplus",
version="f98c3220356c27717a25102c0b35815ebbd26ccc",
)
cg.add_library(
name="espsoftwareserial",
repository="https://github.com/bdraco/espsoftwareserial",
version="2f408224633316b997f82339e5b2731b1e561060",
)

View File

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