add cli flag to limit position precision to x decimal places for v2.4 firmware and older

This commit is contained in:
liamcottle
2024-10-02 01:52:03 +13:00
parent 759567917a
commit 9bebc870bd
5 changed files with 3514 additions and 9 deletions

View File

@ -4,7 +4,7 @@
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"author": "",
"license": "ISC",
@ -18,6 +18,7 @@
"protobufjs": "^7.2.6"
},
"devDependencies": {
"jest": "^29.7.0",
"prisma": "^5.10.2"
}
}