prokrypt

Results 22 comments of prokrypt

A simple `stty -F $DEVICE 1200` or equivalent in the script may suffice, though we should probably require the user to specify the port/device too instead of guessing...

What may be easier to implement (and more useful in my opinion) is a searchable notes field for each node...

Nice! Does this also make position packets from those nodes appear on the map?

Possible bug somewhere: only one UNK shows on the map (possibly the latest one). Or maybe it's something I did. hmm. I have 11 nodes with coordinates and 3 of...

Yes! This can be quite useful especially when position packets are received from "unknown" nodes, as currently those positions packets don't make it onto the map.

This is due to a combination of display size setting and font size. Setting a smaller system font or display size in Android settings should make the coordinates of the...

Some examples: largest display, larger (largest) font size ![Screenshot_20240312-092738-708](https://github.com/meshtastic/Meshtastic-Android/assets/1832555/87159707-de7f-4258-b998-e6f05db0c1c6) largest display, large font size: ![Screenshot_20240312-092823-539](https://github.com/meshtastic/Meshtastic-Android/assets/1832555/04039375-8fad-4d28-b690-220d01d4508d)

I believe earlier versions of the android app were able to update esp32 devices over Bluetooth. I remember doing it for a t-beam...

Bad connections or wires too long (most common) Noise/interference (probably from wires being too long) Voltage too low (uncommon, as adafruit display has a charge pump to boost voltage) A...

I don't know if this helps, but here's the last few lines of an strace when downloading/decompressing halts... ``` futex(0x5c9520feeb50, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x5c9520c51698, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x5c95210d0e88,...