Reworked SX1262 LoRa carrier detection

This commit is contained in:
Mark Qvist 2025-01-07 15:14:44 +01:00
parent e40532ed35
commit 08651f92f7
7 changed files with 70 additions and 65 deletions

View file

@ -13,6 +13,12 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// TODO: Remove debug setup
#define PIN_PREAMBLE 7
#define PIN_HEADER 6
#define PIN_DCD 5
#define PIN_TXSIG 4
#include "Modem.h"
#ifndef BOARDS_H