From 84dfa4f5eef32571526dd02b4b49c43f1bea6248 Mon Sep 17 00:00:00 2001 From: pringgosutono Date: Mon, 27 Apr 2026 13:24:03 +0700 Subject: [PATCH] update 1 --- config/dbMysqlConn.js | 2 +- services/index-tt-7722.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dbMysqlConn.js b/config/dbMysqlConn.js index d9fdd49..55d07a9 100755 --- a/config/dbMysqlConn.js +++ b/config/dbMysqlConn.js @@ -69,7 +69,7 @@ module.exports = { }; -module.exports = pool; +// module.exports = pool; diff --git a/services/index-tt-7722.js b/services/index-tt-7722.js index 68c6bfe..a8cef86 100644 --- a/services/index-tt-7722.js +++ b/services/index-tt-7722.js @@ -154,7 +154,7 @@ function decodeAvlData(buf) { const crcReceived = buf.readUInt32BE(offset) const crc = buf.readUInt32BE(offset) const crcStr = "0x" + crc.toString(16) - console.log(`CRC: ${crcStr}`) + // console.log(`CRC: ${crcStr}`) return { codec: "8E", count: recordCount, records, crcStr } }