mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 17:19:29 +00:00
Added switching message length
Improves detections in test file from 77 to 80
This commit is contained in:
@@ -53,6 +53,7 @@ private:
|
||||
float threshold { }, threshold_low { }, threshold_high { };
|
||||
//size_t null_count{ 0 };
|
||||
size_t bit_count { 0 }, sample_count { 0 };
|
||||
size_t msgLen{ 112 };
|
||||
//std::pair<float, uint8_t> shifter[ADSB_PREAMBLE_LENGTH];
|
||||
float shifter[ADSB_PREAMBLE_LENGTH];
|
||||
bool decoding { };
|
||||
|
||||
Reference in New Issue
Block a user