mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/esp32-ttgo-t-beam: correct SX127x chip frequencies
According to the datasheet, SX1278 covers frequencies till 525MHz and hence, cannot be used for the 868/915 MHz band. So swap both chips. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
parent
6f97012237
commit
5cd205dffd
@ -94,8 +94,8 @@ TTGO T-Beam has the following on-board components:
|
||||
|
||||
There are two hardware versions of the board:
|
||||
|
||||
- SemTech SX1276 for LoRaWAN communication in the 433 MHz band
|
||||
- SemTech SX1278 for LoRaWAN communication in the 868/915 MHz band
|
||||
- SemTech SX1278 for LoRaWAN communication in the 433 MHz band
|
||||
- SemTech SX1276 for LoRaWAN communication in the 868/915 MHz band
|
||||
|
||||
Since many GPIOs are broken out, they can be used for different purposes
|
||||
in different applications. For flexibility, some GPIOs might be listed in
|
||||
|
Loading…
Reference in New Issue
Block a user