initial port of heltec v4 and v4.3 boards

This commit is contained in:
liquidraver
2026-04-08 11:21:44 +02:00
parent 5f9c8b0d99
commit 3b3eff7aab
24 changed files with 1043 additions and 4 deletions
+10
View File
@@ -305,6 +305,16 @@ config ZEPHCORE_MAX_TX_POWER_DBM
above this, protecting external PAs from damage.
Example: Station G2 caps at 19 dBm to stay below PA P1dB (35 dBm).
config ZEPHCORE_SX126X_HELTEC_REG_PATCH
bool "Apply undocumented SX126x register 0x8B5 RX improvement (Heltec V4)"
depends on ZEPHCORE_RADIO_NATIVE
default n
help
Sets the LSB of undocumented register 0x8B5 after the first lora_config().
Described by Heltec engineer @Quency-D in MeshCore PR#1398 — consistently
improves RX reception on boards with GC1109 or KCT8103L PA (Heltec V4/V4.3).
Enable in board.conf for Heltec V4 boards.
endmenu # Radio Configuration
menu "Board Configuration"