Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
void user_entry_after_ble_init(void) { co_printf("BLE Central\r\n"); system_sleep_disable();
os_timer_init(&os_timer_test,os_timer_test_cb,NULL); os_timer_start(&os_timer_test,2000,1);