mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 12:24:27 +02:00
Improve description of the radio chip configuration
This commit is contained in:
parent
8a37c67e11
commit
88937fe511
6
Kconfig
6
Kconfig
@ -23,12 +23,14 @@ choice TTN_RADIO_CHIP
|
|||||||
default TTN_RADIO_SX1276_77_78_79
|
default TTN_RADIO_SX1276_77_78_79
|
||||||
help
|
help
|
||||||
The chip type used for LoRa radio.
|
The chip type used for LoRa radio.
|
||||||
|
Most boards use the SX1276 .. SX1279 chips. This includes ttgo LoRa and HopeRF RFM95 boards.
|
||||||
|
Earlier boards might use the SX1272 / 73 chips, e.g. the HopeRF RFM92.
|
||||||
|
|
||||||
config TTN_RADIO_SX1272_73
|
config TTN_RADIO_SX1272_73
|
||||||
bool "SX1272/SX1273 (used in HopeRF RFM92 boards)"
|
bool "Semtech SX1272 / SX1273"
|
||||||
|
|
||||||
config TTN_RADIO_SX1276_77_78_79
|
config TTN_RADIO_SX1276_77_78_79
|
||||||
bool "SX1276/SX1277/SX1278/SX1279 (used in HopeRF RFM96 and ttgo LoRa boards)"
|
bool "Semtech SX1276 / SX1277 / SX1278 / SX1279"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user