Skip to content

Commit

Permalink
Merge pull request #142 from icssw-org/oe1kbc_4.34o
Browse files Browse the repository at this point in the history
v4.34o issue #140 variant to min tx_power 2dBm
  • Loading branch information
oe1kbc authored Feb 11, 2025
2 parents 166277a + a25a709 commit 00d3dd4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion variants/E22-DevKitC/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion variants/heltec_wifi_lora_32_V2/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion variants/heltec_wifi_lora_32_V3/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion variants/ttgo_tbeam_SX1262/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion variants/vision-master-e290/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion variants/wiscore_rak4631/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00d3dd4

Please sign in to comment.