More APRS enhancements
Some checks failed
Test and build / Test and lint (push) Failing after 35s
Test and build / Build collector (push) Failing after 36s
Test and build / Build receiver (push) Failing after 36s

This commit is contained in:
2026-03-05 22:24:09 +01:00
parent 7a8d7b0275
commit e83df1c143
115 changed files with 3987 additions and 956 deletions

View File

@@ -25,6 +25,7 @@
"mqtt": "^5.15.0",
"react": "^19.2.0",
"react-bootstrap": "^2.10.10",
"react-country-flag": "^3.1.0",
"react-dom": "^19.2.0",
"react-leaflet": "^5.0.0",
"react-qr-code": "^2.0.18",
@@ -34,6 +35,7 @@
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/crypto-js": "^4.2.2",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.11.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
@@ -48,6 +50,7 @@
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1",
"vitest": "^4.0.18"
"vitest": "^4.0.18",
"xlsx": "^0.18.5"
}
}