Skip to content

Commit

Permalink
add back missing funciton for 2207
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Nov 15, 2024
1 parent 10ee8ef commit 1db093e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/framework/NetworkSettingsService.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ class NetworkSettingsService : public StatefulService<NetworkSettings> {
void begin();
void loop();

uint16_t getWifiConnects() const {
return connectcount_;
}

private:
HttpEndpoint<NetworkSettings> _httpEndpoint;
FSPersistence<NetworkSettings> _fsPersistence;
Expand Down

0 comments on commit 1db093e

Please sign in to comment.