fix mqtt::on_message, #1494

This commit is contained in:
MichaelDvP
2023-12-12 10:09:02 +01:00
parent b9af4325c9
commit d1f3ead8b9
5 changed files with 7 additions and 19 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();