Refactoring e correzione degli indirizzi

This commit is contained in:
Giuseppe Raffa
2026-05-13 13:11:59 +02:00
parent 9a299586f4
commit cc006a8791

View File

@@ -1,7 +1,7 @@
const { SerialPort } = require('serialport');
const errors = require('./errors');
const address = 0x04;
const address = 0x40;
const frameLength = 13;
const timeoutMS = 700;
const retryDelayMS = 200;