You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
remove console.log
This commit is contained in:
@@ -74,7 +74,6 @@ function connectToSerial() {
|
||||
serialport.write('x\n');
|
||||
|
||||
serialport.on('data', (data) => {
|
||||
console.log(data);
|
||||
const receivedData = data.toString();
|
||||
if (receivedData.startsWith('OK')) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user