From e22134a1d523c4573b1880bdc3e1c11dd34ca08d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 12:50:55 -0500 Subject: [PATCH] fix --- components/ratgdo/rolling_code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/rolling_code.h b/components/ratgdo/rolling_code.h index b74a25c..67b0b28 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.h" } void readCounterFromFlash(); // get the rolling code counter from setup.json &