mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 05:28:14 +08:00
函数名驼峰式-2
This commit is contained in:
@@ -406,9 +406,9 @@ void mqtt_client_thread(mico_thread_arg_t arg)
|
||||
|
||||
mqtt_client_release(&c, &n);
|
||||
isconnect = false;
|
||||
user_led_set(-1);
|
||||
UserLedSet(-1);
|
||||
mico_rtos_thread_msleep(100);
|
||||
user_led_set(-1);
|
||||
UserLedSet(-1);
|
||||
mico_rtos_thread_sleep(5);
|
||||
goto MQTT_start;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user