mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Show local mac when scanning wifi (#3635)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
1000c4466f
commit
8161222b33
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ float WiFiComponent::get_setup_priority() const { return setup_priority::WIFI; }
|
||||||
|
|
||||||
void WiFiComponent::setup() {
|
void WiFiComponent::setup() {
|
||||||
ESP_LOGCONFIG(TAG, "Setting up WiFi...");
|
ESP_LOGCONFIG(TAG, "Setting up WiFi...");
|
||||||
|
ESP_LOGCONFIG(TAG, " Local MAC: %s", get_mac_address_pretty().c_str());
|
||||||
this->last_connected_ = millis();
|
this->last_connected_ = millis();
|
||||||
this->wifi_pre_setup_();
|
this->wifi_pre_setup_();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue