1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-05-14 13:22:16 -04:00
sdrangel/FIXME-notes.md
2026-04-25 05:24:34 +00:00

10 lines
542 B
Markdown

## meshtasticdemodwebapiadapter.cpp:35
Initializes SWGChirpChatDemodSettings instead of SWGMeshtasticDemodSettings.
Copy-paste artifact from ChirpChat plugin. Fix separately in its own commit.
Branch: feature-meshtastic-more-udp or open a dedicated bug-fix branch.
## meshtasticdemodgui.cpp - checkbox signal pattern
All checkboxes currently use stateChanged(int) pattern.
Consider refactoring all to clicked(bool) for simplicity in a future cleanup commit.
Affects: sendViaUDP, sendJsonViaUDP, and likely other checkboxes in the same file.