Tom Fifield
Tom Fifield
When running meshtastic-map for long enough, some exceptions like below arise. `Invalid `prisma.textMessage.create()` invocation in meshtastic-map/src/mqtt.js:312:42 309 } 310 311 try { → 312 await prisma.textMessage.create( The provided value for...
72 ATAK_PLUGIN was already ignored by Meshtastic Map. This patch adds 257 ATAK_FORWARDER to the list of ignored packets.
After #23 was merged, spend a couple weeks trying the new graph ranges and felt it could be better. Quick data analysis supports increasing min voltage to 3v; fewer than...
Requested in liamcottle/meshtastic-map#25 , this patch adds a new Node layer selection to show only routers. fixes liamcottle/meshtastic-map#25
npm audit found a medium security advisory for this dependency set. Tested with a clean cache and it works fine.
Greetings from an area with a growing mesh who are big fans of your work. We currently have people cycling and hiking around the city to try and make their...
Support for the LR1110 which powers the WM1110-series of Seeed devices was merged in meshtastic/firmware#3013 . The Seeed Wio-WM1110 Dev Kit (wio-sdk-wm1110) and Seeed Wio Tracker WM1110 (wio-tracker-wm1110) now have...
Received the error below: ``` PrismaClientKnownRequestError: Invalid `prisma.deviceMetric.create()` invocation in src/mqtt.js:544:51 541 542 // create metric if no duplicates found 543 if(!existingDuplicateDeviceMetric){ → 544 await prisma.deviceMetric.create( Value out of range...
### Category BLE ### Hardware Other ### Firmware Version 2.4.3.91d6612 ### Description **What happened** 1. Install new firmware (2.4.3.91d6612) 2. Open phone to pair to Heltec Mesh Node T114 (no...
At the moment we don't have a lot of structure about which satellite constellations we enable. Typically, we'll default to enabling as many as possible +/- any power considerations. For...