Files
esphome/esphome/components/ota/ota.cpp
J. Nick Koston 088bea9ccd split
2025-06-30 10:50:26 -05:00

11 lines
196 B
C++

#include "ota.h"
namespace esphome {
namespace ota {
// All functionality has been moved to ota_base
// This file remains for backward compatibility
} // namespace ota
} // namespace esphome