From 339b8cd14c8ad75297ef5f5678aae57e3edb6d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Fri, 13 Aug 2021 13:37:22 +0200 Subject: [PATCH] Updated Default configuration (markdown) --- Default-configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Default-configuration.md b/Default-configuration.md index 7f80a59..8352e12 100644 --- a/Default-configuration.md +++ b/Default-configuration.md @@ -216,8 +216,8 @@ SX126x::setDio2AsRfSwitch(true); * Other: * Over-current protection: 60 mA * LoRa CRC: enabled -* Inaccessible: * LoRa header mode: explicit +* Inaccessible: * Frequency hopping: disabled Equivalent to (assuming SX1278): @@ -225,6 +225,7 @@ Equivalent to (assuming SX1278): SX1278::begin(434.0, 125.0, 9, 7, SX127X_SYNC_WORD, 10, 8, 0); SX1278::setCurrentLimit(60); SX1278::setCRC(true); +SX1278::explicitHeader(); ``` ### SX127x/RFM9x - FSK modem