From 41c8c2ae9c39b5f19e5b9d553279bbafc526aed0 Mon Sep 17 00:00:00 2001 From: Robert Kuipers Date: Sat, 23 Jan 2021 20:46:18 +0100 Subject: [PATCH] Use forward slash as the path separator in the include directive since backslash will only work on Windows --- src/CN105_Gateway.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CN105_Gateway.ino b/src/CN105_Gateway.ino index a20ccfd..e6e2ef3 100644 --- a/src/CN105_Gateway.ino +++ b/src/CN105_Gateway.ino @@ -16,7 +16,7 @@ #include #include #include "CN105_Gateway.h" -#include "..\..\passwords.h" +#include "../../passwords.h" #define RXD2 16 #define TXD2 17