mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-22 13:48:29 +02:00
4bbde8357a
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Peter Pan <twinkle-pirate@hotmail.com>
10 lines
202 B
C++
10 lines
202 B
C++
#include "restart_button.h"
|
|
|
|
namespace esphome {
|
|
namespace seeed_mr24hpc1 {
|
|
|
|
void RestartButton::press_action() { this->parent_->set_restart(); }
|
|
|
|
} // namespace seeed_mr24hpc1
|
|
} // namespace esphome
|