diff --git a/src/espmega_iot_timer.hpp b/src/espmega_iot_timer.hpp index eb5778d..5d7d54d 100644 --- a/src/espmega_iot_timer.hpp +++ b/src/espmega_iot_timer.hpp @@ -13,8 +13,6 @@ class ESPMega_Timer { * */ void loop(); - ESPMega_Timer(uint8_t hour,uint8_t minute,void(*timer_callback)(), uint32_t fram_address); - void set(uint8_t hour,uint8_t minute); /** * @brief Constructor for ESPMega_Timer class.