Change IDLE to FLAG (testing; req'd per AX.25).

kf7r_9600_experimental
Rob Riggs 2020-03-05 20:29:30 -06:00
rodzic 7b721c0d6b
commit eceaee124b
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -25,8 +25,9 @@ using namespace mobilinkd::libafsk;
struct Encoder {
static const uint8_t IDLE = 0x00;
static const uint8_t FLAG = 0x7E;
// static constexpr uint8_t IDLE = 0x00;
static constexpr uint8_t IDLE = 0x7E;
static constexpr uint8_t FLAG = 0x7E;
enum class state_type {
STATE_IDLE,