Jacob Powers
Jacob Powers
I think it could make sense to merge: BLE devices + chat selection into the same initial screen. (they both have small number of items for most users and it...
Might be nice to have a group brainstorming session on this involving devs from the web + iOS + Android dev teams. Having a consistent user experience for onboarding and...
I think something might still be wrong in how we display this. I'm pretty sure our code assumes RSSI is always present, but a value of `0` represents. ("not available")...
Yup, it looks like our code assumes that RSSI will always be available. (which isn't the case) ``` func getLoRaSignalStrength(snr: Float, rssi: Int32, preset: ModemPresets) -> LoRaSignalStrength { if rssi...
Per the discord #firmware channel > RSSI is not stored in NodeInfo, only SNR. So, if you haven't received any data from a node after connecting, you'll only see the...
Someone on reddit separately posted a question about what these circles represented about a week ago. They included a nearly identical screenshot of the issue we are seeing on the...
splitting out this ticket to help users understand these circles when they are shown. https://github.com/meshtastic/Meshtastic-Apple/issues/924
I was having similar issues. Do we know if this a regression or has this always been this way? I'm working on some repros for this outside of our prod...
It looks like the coding rate (CR) was wrong for some of the configs. Modem Preset Configuration Differences | Preset Name | Index | Parameter | Original (Array-based) | New...