Improve description of the radio chip configuration

This commit is contained in:
Manuel Bleichenbacher 2018-07-19 21:31:00 +02:00
parent 8a37c67e11
commit 88937fe511

View File

@ -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