mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-04 18:25:45 +00:00
fix vcp error to pass elf test
This commit is contained in:
@ -872,7 +872,7 @@ commandResult_t TuyaMCU_LinkTuyaMCUOutputToChannel(const void* context, const ch
|
||||
dpId = Tokenizer_GetArgInteger(0);
|
||||
dpTypeString = Tokenizer_GetArg(1);
|
||||
dpType = TuyaMCU_ParseDPType(dpTypeString);
|
||||
if (argsCount < 2) {
|
||||
if (argsCount < 3) {
|
||||
channelID = -999;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user