mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 11:52:20 +01:00
Implement more dump_configs (#791)
This commit is contained in:
@@ -166,6 +166,7 @@ float CaptivePortal::get_setup_priority() const {
|
||||
// Before WiFi
|
||||
return setup_priority::WIFI + 1.0f;
|
||||
}
|
||||
void CaptivePortal::dump_config() { ESP_LOGCONFIG(TAG, "Captive Portal:"); }
|
||||
|
||||
CaptivePortal *global_captive_portal = nullptr;
|
||||
|
||||
|
Reference in New Issue
Block a user