mikecarper

Results 4 issues of mikecarper

The 5 issues for us that made updating to the latest not an easy drop in was - The change to using === when comparing radio values. https://github.com/knockout/knockout/blob/v3.0.0/src/binding/defaultBindings/checked.js#L64 https://github.com/knockout/knockout/blob/v2.3.0/src/binding/defaultBindings/checked.js#L40 -...

![Image](https://github.com/user-attachments/assets/8f25c934-31c2-4e0e-a59c-ff81c1d81712) Raspberry Pi Zero 2 W ``` Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.12.20+rpt-rpi-v8 Architecture: arm64 Architecture: aarch64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4...

I would like to turn off allowUndefinedPinAccess true `meshtastic --info` ```json "remoteHardware": { "enabled": true, "allowUndefinedPinAccess": true, "availablePins": [] }, ``` So I'm trying to set pin 16 and hopefully...

Right now only sendData, sendTraceRoute, and _sendPacket have hopLimit. sendText, sendAlert, sendPosition, and sendWaypoint should include it as well. https://github.com/meshtastic/python/blob/master/meshtastic/mesh_interface.py From https://github.com/meshtastic/firmware/issues/6301