From 653efb41a23aa19be375d3e0c2a9a58acb8671b5 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 14 Jan 2025 23:07:46 +0100 Subject: [PATCH] Fix: Syntax error in defines --- src/WebApi_ws_live.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebApi_ws_live.cpp b/src/WebApi_ws_live.cpp index 5a7180a..c24a77f 100644 --- a/src/WebApi_ws_live.cpp +++ b/src/WebApi_ws_live.cpp @@ -11,7 +11,7 @@ #include #ifndef PIN_MAPPING_REQUIRED - #define DPIN_MAPPING_REQUIRED 0 + #define PIN_MAPPING_REQUIRED 0 #endif WebApiWsLiveClass::WebApiWsLiveClass()