mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 16:25:50 +00:00
8 lines
173 B
C++
8 lines
173 B
C++
#include "factory_reset_button.h"
|
|
|
|
namespace esphome::ld2410 {
|
|
|
|
void FactoryResetButton::press_action() { this->parent_->factory_reset(); }
|
|
|
|
} // namespace esphome::ld2410
|