mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 14:55:50 +00:00
[helpers] Add `format_mac_address_pretty` function, migrate components (#9193)
This commit is contained in:
@@ -321,8 +321,6 @@ class WiFiComponent : public Component {
|
||||
int32_t get_wifi_channel();
|
||||
|
||||
protected:
|
||||
static std::string format_mac_addr(const uint8_t mac[6]);
|
||||
|
||||
#ifdef USE_WIFI_AP
|
||||
void setup_ap_config_();
|
||||
#endif // USE_WIFI_AP
|
||||
|
||||
Reference in New Issue
Block a user