This commit is contained in:
Proddy
2023-12-12 22:35:10 +01:00
parent dd6b435417
commit 9b1e399730
7 changed files with 18 additions and 23 deletions

View File

@@ -66,9 +66,6 @@ class ESP8266React {
void setWill(const char * will_topic) {
_mqttSettingsService.setWill(will_topic);
}
void onMessage(espMqttClientTypes::OnMessageCallback callback) {
_mqttSettingsService.onMessage(callback);
}
void factoryReset() {
_factoryResetService.factoryReset();