default send_response is false for standalone testing

This commit is contained in:
Proddy
2022-11-30 21:16:57 +01:00
parent 4168a08276
commit 424234ec48

View File

@@ -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";