mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 00:02:21 +01:00
10 lines
199 B
C++
10 lines
199 B
C++
#include "factory_reset_button.h"
|
|
|
|
namespace esphome {
|
|
namespace ld2450 {
|
|
|
|
void FactoryResetButton::press_action() { this->parent_->factory_reset(); }
|
|
|
|
} // namespace ld2450
|
|
} // namespace esphome
|