Rename MqttBroker to remote_broker

This commit is contained in:
Francois BIOT
2022-12-29 13:39:34 +01:00
parent 9e578471f1
commit 8162b4c35b
2 changed files with 12 additions and 12 deletions

View File

@@ -365,7 +365,7 @@ class MqttBroker
const char* auth_user = "guest";
const char* auth_password = "guest";
MqttClient* broker = nullptr;
MqttClient* remote_broker = nullptr;
State state = Disconnected;
};