This commit is contained in:
J. Nick Koston 2025-07-24 20:54:00 -10:00
parent a418e8df48
commit fd6204e804
No known key found for this signature in database

View File

@ -261,6 +261,7 @@ void WiFiComponent::setup_ap_config_() {
this->ap_.set_ssid(name);
}
ESP_LOGCONFIG(TAG,
"Setting up AP:\n"
" AP SSID: '%s'\n"
" AP Password: '%s'",
this->ap_.get_ssid().c_str(), this->ap_.get_password().c_str());