mirror of
https://github.com/esphome/esphome.git
synced 2025-04-07 03:10:27 +01:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Spencer Yan <spencer@spenyan.com>
10 lines
211 B
C++
10 lines
211 B
C++
#include "reset_radar_button.h"
|
|
|
|
namespace esphome {
|
|
namespace seeed_mr60fda2 {
|
|
|
|
void ResetRadarButton::press_action() { this->parent_->factory_reset(); }
|
|
|
|
} // namespace seeed_mr60fda2
|
|
} // namespace esphome
|