Reworked CSMA algorithm

This commit is contained in:
Mark Qvist 2025-01-07 20:15:26 +01:00
parent 08651f92f7
commit 5ec063c939
3 changed files with 144 additions and 57 deletions

View file

@ -19,6 +19,15 @@
#define PIN_DCD 5
#define PIN_TXSIG 4
// #define PIN_DIFS 7
// #define PIN_CW 6
// #define PIN_FLUSH 5
#define PIN_DIFS 3
#define PIN_CW 3
#define PIN_FLUSH 3
///////////////////////////
#include "Modem.h"
#ifndef BOARDS_H