mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
default send_response is false for standalone testing
This commit is contained in:
@@ -74,7 +74,7 @@ class DummySettings {
|
|||||||
String base = "ems-esp";
|
String base = "ems-esp";
|
||||||
bool publish_single = false;
|
bool publish_single = false;
|
||||||
bool publish_single2cmd = false;
|
bool publish_single2cmd = false;
|
||||||
bool send_response = true;
|
bool send_response = false; // don't send response
|
||||||
String host = "192.168.1.4";
|
String host = "192.168.1.4";
|
||||||
uint16_t port = 1883;
|
uint16_t port = 1883;
|
||||||
String clientId = "ems-esp";
|
String clientId = "ems-esp";
|
||||||
|
|||||||
Reference in New Issue
Block a user