1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

serial port support, bugfixes, UI adjustments

This commit is contained in:
NoobishSVK
2024-03-10 22:42:43 +01:00
parent 786aa26674
commit a120355ee5
14 changed files with 618 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fm-dx-webserver",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"main": "index.js",
"scripts": {
@@ -23,6 +23,7 @@
"https": "1.0.0",
"koffi": "2.7.2",
"net": "1.0.2",
"serialport": "^12.0.0",
"websocket": "1.0.34",
"wrtc": "^0.4.7",
"ws": "^8.14.2"