From 5cbf0c2cad6ffb38786fb0559f7f8545991e7d4e Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 7 Nov 2021 00:21:15 +0100 Subject: [PATCH] defines.h needed to get ESP32 macro on non-ESP32 --- RingStream.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/RingStream.cpp b/RingStream.cpp index 1fa9ec6..70b66c2 100644 --- a/RingStream.cpp +++ b/RingStream.cpp @@ -18,6 +18,7 @@ */ #include "RingStream.h" +#include "defines.h" #include "DIAG.h" RingStream::RingStream( const uint16_t len)