1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 05:24:18 -04:00

Meshtastic demod: set invariant settings to static consts and removed unused schemes from enum

This commit is contained in:
f4exb
2026-03-16 00:56:11 +01:00
parent 3624a51d6a
commit 8b371368db
7 changed files with 45 additions and 253 deletions
@@ -24,7 +24,7 @@
#include "meshtasticdemodmsg.h"
MeshtasticDemodDecoder::MeshtasticDemodDecoder() :
m_codingScheme(MeshtasticDemodSettings::CodingTTY),
m_codingScheme(MeshtasticDemodSettings::CodingLoRa),
m_spreadFactor(0U),
m_deBits(0U),
m_nbSymbolBits(5),