Home
last modified time | relevance | path

Searched refs:image_version (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/
A Dhomepage.c101 uint8_t image_version[22]; in homepage_task() local
119 snprintf(image_version, 20, "IP: %s", eduk1_ip_addr); in homepage_task()
120 OLED_Show_String(20, (12 + 4) * 3, image_version, 12, 1); in homepage_task()
133 snprintf(image_version, 21, "VER: %s", BUILD_VERSION); in homepage_task()
134 OLED_Show_String(33, (12 + 4) * 2, image_version, 12, 1); in homepage_task()
A Dhomepage.md101 snprintf(image_version, 21, "VER: %s", BUILD_VERSION); // 格式化字符串
102 OLED_Show_String(33, (12 + 4) * 2, image_version, 12, 1); // 将格式化后的字符串-
/AliOS-Things-master/solutions/eduk1_demo/
A Dmaintask.c56 uint8_t image_version[22]; in aos_maintask() local
57 sprintf(image_version, "VER: %s", BUILD_VERSION); in aos_maintask()
58 printf("\r\n Enter HaaSEDUk1 factorytest model, Version : %s \r\n", image_version); in aos_maintask()

Completed in 6 milliseconds