Adam McQuilkin
Adam McQuilkin
Typing for the `deepClone` function is useful to end users since it removes the need for a redundant type cast. For example: ```typescript const newReport = deepClone(currentReport) as IReport; //...
Thanks for your work on the project! I'm working with an ESP32-S3 core on a project where I need to flash three `.bin` files, all over 1MB, to three separate...
Not sure if this was intended to be left in the development build, but waypoints are being sent on map click. [See here](https://github.com/meshtastic/web/blob/0894fd76f507924ff681beac91d1d911ebe0a651/src/pages/Map.tsx#L91).
Allow the `Neighbor` message to store `RSSI` in addition to `SNR`.
This PR solves the problem from #62 where types with the same name are blocked even if they are in different Rust modules. Currently this code is **not production ready**,...
Just submitting this to see if there's any plans to support exporting types with duplicate names. I would love to use `specta` on a project with auto-generated Rust types with...
## Describe the bug When modifying device settings within the UI, the device does not reboot, meaning the settings aren't persisted. ## To Reproduce 1. Connect to a device 2....
## Is your feature request related to a problem? Please describe. Add RSSI to edges between nodes on the map. ## Describe the solution you'd like See above. ## Describe...
Use for either incorrect positions or positioning static nodes that don't have GPS.
Currently there isn't a way to manually disconnect from a connected device. Add a button that disconnects the current device. This can be done via reloading the webview.