You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
302 B
14 lines
302 B
#include "Page_SettingTime.h"
|
|
#include "front_end_controler.h"
|
|
|
|
#define TAG "Page_SettingTime"
|
|
|
|
|
|
|
|
void OnPageLoade_settingtime(){
|
|
ZLOGI(TAG, "OnPageLoade_settingtime");
|
|
}
|
|
|
|
void OnPageButton_settingtime(uint8_t bid, uint8_t val){
|
|
ZLOGI(TAG, "OnPageLoade_settingtime bid:%d val:%d", bid, val);
|
|
}
|