Report unique hostname in wifi api

This commit is contained in:
Martin Bauer
2021-07-26 14:35:25 +02:00
parent faa9b3324f
commit 1673dae523
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ public:
State state() const { return state_; }
const char *stateStr() const { return stateToString(state_); }
const String & hostname() const { return hostname_; }
static const char *stateToString(State state);
private: