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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user