Apply suggestions from code review

This commit is contained in:
J. Nick Koston
2025-07-01 15:42:28 -05:00
committed by GitHub
parent ec99692963
commit 9d1e68e45d

View File

@@ -192,12 +192,10 @@ void WebServerOTAComponent::setup() {
// Register with global OTA callback system
ota::register_ota_platform(this);
#endif
ESP_LOGCONFIG(TAG, "Web Server OTA initialized");
}
void WebServerOTAComponent::dump_config() {
ESP_LOGCONFIG(TAG, "Web Server OTA:");
ESP_LOGCONFIG(TAG, " Available at /update");
ESP_LOGCONFIG(TAG, "Web Server OTA");
}
} // namespace web_server