mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-01 20:39:08 +00:00
EPIRB TX SGB support (#3263)
* Update BEACONS.TXT Added test beacon with 3 bch1 errors and 2 bch2 errors to test multiple bit error correction. * Fist step to SGB format * Added SGB to manual mode. * SGB support - Added SGB frame to beacons file - Fixed hex display for SGB - Fixed frame type option display - Fixed self-test mode activation logic - Fixed PRN for self-test mode
This commit is contained in:
@@ -1136,11 +1136,11 @@ class SigGenToneMessage : public Message {
|
||||
|
||||
class EPIRBTXDataMessage : public Message {
|
||||
public:
|
||||
static constexpr uint8_t max_len = 18;
|
||||
static constexpr uint8_t max_len = 32;
|
||||
constexpr EPIRBTXDataMessage()
|
||||
: Message{ID::EPIRBTXData} {
|
||||
}
|
||||
bool mode_bpsk = true;
|
||||
bool mode_406 = true;
|
||||
uint8_t data[max_len]{0};
|
||||
uint8_t data_len = 0;
|
||||
uint32_t pre_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user