mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-04 23:05:35 +00:00
stub for parsing TUYA_CMD_WIFI_SELECT
This commit is contained in:
@ -1834,6 +1834,13 @@ void TuyaMCU_ProcessIncoming(const byte* data, int len) {
|
||||
}
|
||||
else {
|
||||
wifi_state_valid = true;
|
||||
}
|
||||
break;
|
||||
case TUYA_CMD_WIFI_SELECT:
|
||||
{
|
||||
// it should have 1 payload byte, AP mode or EZ mode, but does it make difference for us?
|
||||
|
||||
|
||||
}
|
||||
break;
|
||||
case TUYA_CMD_WIFI_RESET:
|
||||
|
||||
Reference in New Issue
Block a user