9 lines
202 B
C++
9 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
|