Robert Hadow
Robert Hadow
Qt is not detecting display resolution on my Ubuntu 22.04.4 LTS. I can see the Graph and Grains tabs, and the top half of the Motor Statistics label. No means...
Choose and use consistently two short names for the Xnec2c windows. "Main" and "Editor" are two possibilities. "Xnec2c Console" and "Xnec2c Editor" are also possibilities. Display the file name or...
Please add additional magic numbers for bandwidth down to 7.8 kHz. Specifically in Heltec ESP32 Dev-boards > LoRaBasic > LoRaReceiver and LoRaSender.
### Request Details Icons are great; they pack a lot of information into the space of a single character or the minimum of space in a graphic. Many icons are...
The following meshtastic command arguments don't work reliably. They either need to be fixed or the documentation updated: `--test` This argument throws the following error message: "Test module could not...
This command fails: `meshtastic --port --ch-add 'Eleven char' ` and so does this one: `meshtastic --port --ch-add Eleven_char ` with: `Warning: Channel name must be shorter. Channel not added.` ######...
### Before submitting - [x] I have searched existing issues to make sure this bug hasn't already been reported - [x] I have updated to the latest version of the...
CLI `--set power.on_battery_shutdown_after_secs ` doesn't work ``` Connected to radio Set power.on_battery_shutdown_after_secs to 6666 Writing modified preferences to device Writing power configuration to device ``` Result: (--info) ``` "power": {...
When traceroute fails, it fails catastrophically. It needs to be refactored to exit gracefully rather than hanging the system. For testing pruposes, I have a bash script on my Ubuntu...
I get an error when I try to run Meshastic as a system call to Ubuntu. Here's a MRE: ``` import os os.system( "meshtastic --reboot") ``` I get the same...