Skip to content

Commit

Permalink
Added radiosonde.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjanOnwezen committed Jun 14, 2021
1 parent 81f7875 commit 935db5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/baseband/proc_aprsrx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class APRSRxProcessor : public BasebandProcessor {
uint32_t sample_bits { 0 };
uint32_t phase { }, phase_inc { };
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 current_byte = 0;
uint8_t byte_index = 0;
Expand All @@ -136,7 +136,7 @@ class APRSRxProcessor : public BasebandProcessor {
bool wait_start { };
bool bit_value { };

aprs::APRSPacket aprs_packet { };
aprs::APRSPacket aprs_packet;

void configure(const APRSRxConfigureMessage& message);
void capture_config(const CaptureConfigMessage& message);
Expand Down

0 comments on commit 935db5b

Please sign in to comment.