mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 13:27:40 +00:00
Fixed LCR scan and alt format, console widget, text input autotrim
This commit is contained in:
@@ -539,7 +539,7 @@ public:
|
||||
afsk_bw(afsk_bw),
|
||||
afsk_alt_format(afsk_alt_format)
|
||||
{
|
||||
memcpy(message_data, data, 256);
|
||||
memcpy(message_data, data, 512);
|
||||
}
|
||||
|
||||
uint32_t afsk_samples_per_bit;
|
||||
@@ -548,7 +548,7 @@ public:
|
||||
uint8_t afsk_repeat;
|
||||
uint32_t afsk_bw;
|
||||
bool afsk_alt_format;
|
||||
char message_data[256];
|
||||
char message_data[512];
|
||||
};
|
||||
|
||||
class FIFOSignalMessage : public Message {
|
||||
|
Reference in New Issue
Block a user