Remove mDNS resets

This commit is contained in:
Robert Strouse 2024-01-09 12:56:01 -08:00
parent 574b2ece04
commit edc4f103d2
7 changed files with 24 additions and 4 deletions

View file

@ -29,6 +29,7 @@ class Network {
void setConnected(conn_types connType);
int getStrengthByMac(const char *mac);
int getStrengthBySSID(const char *ssid);
void updateHostname();
bool setup();
void loop();
void end();