Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/tuya.ai/your_chat_bot/src/tuya_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ void user_event_handler_on(tuya_iot_client_t *client, tuya_event_msg_t *event)

case TUYA_EVENT_RESET:
PR_INFO("Device Reset:%d", event->value.asInteger);
tal_event_publish(EVENT_RESET, NULL);

_need_reset = 1;
break;
Expand Down
Loading