Commit df399b14 authored by martin hou's avatar martin hou

feat: 增加跟踪输出

parent 968016cc
......@@ -342,6 +342,7 @@ function Jensen(log, conn) {
const tryReceive = function () {
if (device)
console.log('trace', device);
device.transferIn(2, RECV_BUFF_SIZE).then((r) => {
Logger.save?.('jensen', 'tryReceive', r?.data);
// console.log('Receive', r?.data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment