tuyamcu command for config mode (access point)

This commit is contained in:
Tester23
2025-01-27 14:25:47 +01:00
parent f1fb56f3c2
commit e5e6a962ea

View File

@ -1848,6 +1848,7 @@ void TuyaMCU_ProcessIncoming(const byte* data, int len) {
else {
// TUYA_CMD_WIFI_SELECT
// it should have 1 payload byte, AP mode or EZ mode, but does it make difference for us?
g_openAP = 1;
}
break;
}