Commit 9fdf6000 authored by 曾思程's avatar 曾思程

改变新加内存的展示方式

parent 513be094
...@@ -293,7 +293,7 @@ function Jensen(log) { ...@@ -293,7 +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?.data); Logger.save?.('jensen', 'tryReceive', r?.data);
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