adopt explicit initialization - with the exception of trivial classes (#122)

This commit is contained in:
rjwats
2020-05-21 23:41:29 +01:00
committed by GitHub
parent db0d98d425
commit 4fa491e309
8 changed files with 31 additions and 16 deletions

View File

@ -68,12 +68,12 @@ class APSettingsService : public StatefulService<APSettings> {
HttpEndpoint<APSettings> _httpEndpoint;
FSPersistence<APSettings> _fsPersistence;
// for the mangement delay loop
unsigned long _lastManaged;
// for the captive portal
DNSServer* _dnsServer;
// for the mangement delay loop
unsigned long _lastManaged;
void reconfigureAP();
void manageAP();
void startAP();