mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
add back missing funciton for 2207
This commit is contained in:
@@ -94,6 +94,10 @@ class NetworkSettingsService : public StatefulService<NetworkSettings> {
|
|||||||
void begin();
|
void begin();
|
||||||
void loop();
|
void loop();
|
||||||
|
|
||||||
|
uint16_t getWifiConnects() const {
|
||||||
|
return connectcount_;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
HttpEndpoint<NetworkSettings> _httpEndpoint;
|
HttpEndpoint<NetworkSettings> _httpEndpoint;
|
||||||
FSPersistence<NetworkSettings> _fsPersistence;
|
FSPersistence<NetworkSettings> _fsPersistence;
|
||||||
|
|||||||
Reference in New Issue
Block a user