diff --git a/index.js b/index.js index a51e82f..1911c46 100644 --- a/index.js +++ b/index.js @@ -380,7 +380,6 @@ app.get('/', (req, res) => { SerialPort.list() .then((deviceList) => { serialPorts = deviceList - .filter(port => !port.path.startsWith('/dev/ttyS')) .map(port => ({ path: port.path, friendlyName: port.friendlyName,