Add Repeater Telemetry (#4)

* get repeater telemetry
* store voltage to csv
This commit is contained in:
Nils
2025-09-11 21:26:43 +02:00
committed by GitHub
parent 4ed6f618e3
commit e3b449807e
6 changed files with 362 additions and 18 deletions

View File

@@ -33,5 +33,8 @@ jobs:
- name: Dependencies
run: npm ci --production
- name: Help
run: node meshcore-bot.js --help
- name: Smoke Test
run: node meshcore-bot.js "gibtesnicht" | grep "cannot open gibtesnicht"
run: node meshcore-bot.js --port "gibtesnicht" | grep "cannot open gibtesnicht"