Browse Source

update

master
zhaohe 2 years ago
parent
commit
ba9be07552
  1. 3
      components/zprotocol_helper/micro_computer_module_device_script_cmder_paser.cpp

3
components/zprotocol_helper/micro_computer_module_device_script_cmder_paser.cpp

@ -58,7 +58,7 @@ void MicroComputerModuleDeviceScriptCmderPaser::initialize(ICmdParser* cancmder,
});
deviceManager->regOnRegValChangeEvent([this](int32_t moduleid, int32_t regindex, int32_t oldval, int32_t toval) { //
ZLOGI(TAG, "onRegValChangeEvent(%d,%d,%d->%d)", moduleid, regindex, oldval,toval);
ZLOGI(TAG, "onRegValChangeEvent(%d,%d,%d->%d)", moduleid, regindex, oldval, toval);
});
}
@ -472,4 +472,5 @@ void MicroComputerModuleDeviceScriptCmderPaser::do_scan_module(int32_t paramN, c
ZLOGI(TAG, "module %d : %s", id, ecode == 0 ? "online" : "offline");
}
});
ZLOGI(TAG, "scan module end...");
}
Loading…
Cancel
Save