From 424234ec489aa903915a9be2da2344893d892b27 Mon Sep 17 00:00:00 2001 From: Proddy Date: Wed, 30 Nov 2022 21:16:57 +0100 Subject: [PATCH] default send_response is false for standalone testing --- lib_standalone/ESP8266React.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_standalone/ESP8266React.h b/lib_standalone/ESP8266React.h index 4c17cc4aa..96590bef2 100644 --- a/lib_standalone/ESP8266React.h +++ b/lib_standalone/ESP8266React.h @@ -74,7 +74,7 @@ class DummySettings { String base = "ems-esp"; bool publish_single = false; bool publish_single2cmd = false; - bool send_response = true; + bool send_response = false; // don't send response String host = "192.168.1.4"; uint16_t port = 1883; String clientId = "ems-esp";