mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix NTP icons, add AP
This commit is contained in:
@@ -119,6 +119,10 @@ class ESP8266React {
|
||||
return _mqttClient;
|
||||
}
|
||||
|
||||
bool apStatus() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void setWill(const char * will_topic) {
|
||||
}
|
||||
void onMessage(espMqttClientTypes::OnMessageCallback callback) {
|
||||
|
||||
Reference in New Issue
Block a user