mirror of
https://github.com/esphome/esphome.git
synced 2026-09-12 07:47:33 +00:00
11 lines
196 B
C++
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
|