stub for parsing TUYA_CMD_WIFI_SELECT

This commit is contained in:
Tester23
2025-01-27 06:16:10 +01:00
parent bc35f97f1a
commit 3df11217c7

View File

@ -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: