Merge branch 'main' into cud

This commit is contained in:
Siwat Sirichai 2023-11-15 23:57:06 +07:00
commit 98fc132e3f
1 changed files with 0 additions and 2 deletions

View File

@ -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.