| 51 | } |
| 52 | |
| 53 | String StationClass::getMAC(char sep) const |
| 54 | { |
| 55 | auto mac = getMacAddress(); |
| 56 | return mac ? mac.toString(sep) : nullptr; |
| 57 | } |
| 58 | |
| 59 | String StationClass::getConnectionStatusName() const |
| 60 | { |
nothing calls this directly
no test coverage detected