mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 17:17:40 +00:00
Added radiosonde.txt
This commit is contained in:
@@ -125,7 +125,7 @@ private:
|
|||||||
uint32_t sample_bits { 0 };
|
uint32_t sample_bits { 0 };
|
||||||
uint32_t phase { }, phase_inc { };
|
uint32_t phase { }, phase_inc { };
|
||||||
int32_t sample_mixed { }, prev_mixed { }, sample_filtered { }, prev_filtered { };
|
int32_t sample_mixed { }, prev_mixed { }, sample_filtered { }, prev_filtered { };
|
||||||
uint8_t last_bit = 0;
|
uint8_t last_bit;
|
||||||
uint8_t ones_count = 0;
|
uint8_t ones_count = 0;
|
||||||
uint8_t current_byte = 0;
|
uint8_t current_byte = 0;
|
||||||
uint8_t byte_index = 0;
|
uint8_t byte_index = 0;
|
||||||
@@ -136,7 +136,7 @@ private:
|
|||||||
bool wait_start { };
|
bool wait_start { };
|
||||||
bool bit_value { };
|
bool bit_value { };
|
||||||
|
|
||||||
aprs::APRSPacket aprs_packet { };
|
aprs::APRSPacket aprs_packet;
|
||||||
|
|
||||||
void configure(const APRSRxConfigureMessage& message);
|
void configure(const APRSRxConfigureMessage& message);
|
||||||
void capture_config(const CaptureConfigMessage& message);
|
void capture_config(const CaptureConfigMessage& message);
|
||||||
|
Reference in New Issue
Block a user