mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-03-15 19:31:44 +00:00
Update comments
This commit is contained in:
parent
a1d941792c
commit
5dc69c53b7
1 changed files with 4 additions and 4 deletions
|
@ -340,8 +340,8 @@ build_flags =
|
|||
|
||||
|
||||
[env:lora32u4II]
|
||||
; BSFrance LoRa32u4 II (ATmega32u4)
|
||||
; Board versions 1.0 to 1.2 require manual wiring of DIO1 to GPIO5
|
||||
; BSFrance LoRa32u4 II V1.0, V1.1, V1.2, V1.3 (ATmega32u4)
|
||||
; Board versions V1.0 to V1.2 require manual wiring of DIO1 to GPIO5
|
||||
; 8-bit AVR MCU with limited memory, therefore IBM LMIC framework is used
|
||||
; No display
|
||||
platform = atmelavr
|
||||
|
@ -429,7 +429,7 @@ build_flags =
|
|||
|
||||
|
||||
[env:ttgo_tbeam]
|
||||
; TTGO T-Beam (aka T22) V0.7 (ESP32)
|
||||
; TTGO T-Beam (aka T22) V0.5, V0.6, V0.7 (ESP32)
|
||||
; No display
|
||||
platform = espressif32
|
||||
board = ttgo-t-beam
|
||||
|
@ -450,7 +450,7 @@ build_flags =
|
|||
|
||||
|
||||
[env:ttgo_tbeam_v1]
|
||||
; TTGO T-Beam (aka T22) V1.0 (ESP32)
|
||||
; TTGO T-Beam (aka T22) V1.0, V1.1 (ESP32)
|
||||
; Requires additional library and setup for AXP192 power management chip
|
||||
; No display, No onboard user LED
|
||||
platform = espressif32
|
||||
|
|
Loading…
Add table
Reference in a new issue