mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
函数名驼峰式-2
This commit is contained in:
@@ -192,7 +192,7 @@ void rtc_thread(mico_thread_arg_t arg)
|
||||
{
|
||||
if (user_config->plug[i].on != user_config->plug[i].task[j].action)
|
||||
{
|
||||
user_relay_set(i, user_config->plug[i].task[j].action);
|
||||
UserRelaySet(i, user_config->plug[i].task[j].action);
|
||||
update_user_config_flag = 1;
|
||||
user_mqtt_send_plug_state(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user