From a25a709a34e0cb99478623c75a74c48fc359c53d Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 11 Feb 2025 04:27:07 +0100 Subject: [PATCH] v4.34o issue #140 variant to min tx_power 2dBm --- variants/E22-DevKitC/configuration.h | 2 +- variants/heltec_wifi_lora_32_V2/configuration.h | 2 +- variants/heltec_wifi_lora_32_V3/configuration.h | 2 +- variants/ttgo_tbeam_SX1262/configuration.h | 2 +- variants/vision-master-e290/configuration.h | 2 +- variants/wiscore_rak4631/configuration.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/variants/E22-DevKitC/configuration.h b/variants/E22-DevKitC/configuration.h index ef28a94..9f00888 100644 --- a/variants/E22-DevKitC/configuration.h +++ b/variants/E22-DevKitC/configuration.h @@ -20,7 +20,7 @@ definitions for E22 Board #define ENABLE_RTC #define ENABLE_SOFTSER #define TX_POWER_MAX 22 // max 22dBm -#define TX_POWER_MIN 1 +#define TX_POWER_MIN 2 #define LORA_PREAMBLE_LENGTH DEFAULT_PREAMPLE_LENGTH // Same for Tx and Rx diff --git a/variants/heltec_wifi_lora_32_V2/configuration.h b/variants/heltec_wifi_lora_32_V2/configuration.h index 57c7287..eda1ade 100644 --- a/variants/heltec_wifi_lora_32_V2/configuration.h +++ b/variants/heltec_wifi_lora_32_V2/configuration.h @@ -20,7 +20,7 @@ definitions for HELTEC_V2_1 #define ENABLE_RTC #define ENABLE_SOFTSER #define TX_POWER_MAX 17 // max 17dBm -#define TX_POWER_MIN 1 +#define TX_POWER_MIN 2 #define LORA_PREAMBLE_LENGTH DEFAULT_PREAMPLE_LENGTH // Same for Tx and Rx #define WAIT_TX 5 // ticks waiting after Lora TX in doTX() diff --git a/variants/heltec_wifi_lora_32_V3/configuration.h b/variants/heltec_wifi_lora_32_V3/configuration.h index 553b3f8..2b71dbc 100644 --- a/variants/heltec_wifi_lora_32_V3/configuration.h +++ b/variants/heltec_wifi_lora_32_V3/configuration.h @@ -21,7 +21,7 @@ definitions for HELTEC_V3 #define ENABLE_RTC #define ENABLE_SOFTSER #define TX_POWER_MAX 22 // max 22dBm -#define TX_POWER_MIN 1 +#define TX_POWER_MIN 2 #define LORA_PREAMBLE_LENGTH DEFAULT_PREAMPLE_LENGTH // Same for Tx and Rx #define WAIT_TX 5 // ticks waiting after Lora TX in doTX() diff --git a/variants/ttgo_tbeam_SX1262/configuration.h b/variants/ttgo_tbeam_SX1262/configuration.h index 4d284ec..6116364 100644 --- a/variants/ttgo_tbeam_SX1262/configuration.h +++ b/variants/ttgo_tbeam_SX1262/configuration.h @@ -24,7 +24,7 @@ definitions for TBEAM 1262 #define ENABLE_SOFTSER #define SX1262X #define TX_POWER_MAX 22 // max 22dBm -#define TX_POWER_MIN 1 +#define TX_POWER_MIN 2 // Defined using AXP192 #define XPOWERS_CHIP_AXP192 diff --git a/variants/vision-master-e290/configuration.h b/variants/vision-master-e290/configuration.h index ae0ce2e..121ebfa 100644 --- a/variants/vision-master-e290/configuration.h +++ b/variants/vision-master-e290/configuration.h @@ -20,7 +20,7 @@ definitions for HELTEC E290 // #define ENABLE_RTC // #define ENABLE_SOFTSER #define TX_POWER_MAX 22 // max 22 dBm -#define TX_POWER_MIN 1 +#define TX_POWER_MIN 2 #define SX1262_E290 diff --git a/variants/wiscore_rak4631/configuration.h b/variants/wiscore_rak4631/configuration.h index 9a3b097..5af1209 100644 --- a/variants/wiscore_rak4631/configuration.h +++ b/variants/wiscore_rak4631/configuration.h @@ -13,7 +13,7 @@ definitions for RAK4631 #define RF_FREQUENCY 433175000 // 432900000 // Hz #define LORA_APRS_FREQUENCY 433775000 // 432900000 // Hz #define TX_POWER_MAX 22 // max 22 dBm -#define TX_POWER_MIN 1 +#define TX_POWER_MIN 2 #define ENABLE_BMX280 #define ENABLE_BMX680 #define ENABLE_INA226