Commit ab4e3923 authored by 曾思程's avatar 曾思程

加入打印内容

parent 27bdf3a7
...@@ -293,6 +293,7 @@ function Jensen(log) { ...@@ -293,6 +293,7 @@ function Jensen(log) {
const tryReceive = function () { const tryReceive = function () {
if (device) if (device)
device.transferIn(2, RECV_BUFF_SIZE).then((r) => { device.transferIn(2, RECV_BUFF_SIZE).then((r) => {
Logger.debug('jensen', 'tryReceive', r);
receive(r); receive(r);
}); });
}; };
......
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