Added nvs dump and dns magic

This commit is contained in:
CommanderRedYT
2021-11-14 03:20:21 +01:00
parent 34135f01b1
commit ebb1141863
8 changed files with 117 additions and 6 deletions

View File

@@ -25,6 +25,12 @@ bool simplified =
#endif
;
#ifdef FEATURE_DNS_NS
std::string dns_lastIpAddress_v4 = "";
std::string dns_lastIpAddress_v6 = "";
std::string dns_lastIpAddress_v6_global = "";
#endif
Settings settings;
StringSettings stringSettings;
SettingsPersister settingsPersister;