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.

13 lines
302 B

11 months ago
11 months ago
11 months ago
11 months ago
  1. #include "Page_SettingTime.h"
  2. #include "front_end_controler.h"
  3. #define TAG "Page_SettingTime"
  4. void OnPageLoade_settingtime(){
  5. ZLOGI(TAG, "OnPageLoade_settingtime");
  6. }
  7. void OnPageButton_settingtime(uint8_t bid, uint8_t val){
  8. ZLOGI(TAG, "OnPageLoade_settingtime bid:%d val:%d", bid, val);
  9. }