mirror of
https://github.com/esphome/esphome.git
synced 2026-02-25 21:43:14 -07: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
|