From a6495995ae63794b5582687876d1964b089e1b9d Mon Sep 17 00:00:00 2001 From: Leonel Lopes Parente Date: Wed, 21 Apr 2021 18:22:15 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e3a2e53..e742796 100644 --- a/README.md +++ b/README.md @@ -862,18 +862,18 @@ All supported boards have been tested except for below boards for which hardware These boards should work but some may need some extra attention (see _remarks_ below). - Adafruit Feather M0 RFMx LoRa -- Heltec Wireless Stick and Wireless Stick Lite +- Heltec Wireless Stick and Wireless Stick Lite _It is assumed that the onboard LED is active-high (like the WiFi LoRa 32 boards). If incorrect then in the BSF file in the led constructor activeLevel should be changed to EasyLed::ActiveLevel::Low)._ -- BSFrance LoRa32u4 II PCB versions 1.1 and 1.3 +- BSFrance LoRa32u4 II PCB versions 1.1 and 1.3 _PCB versions 1.0 and 1.2 were tested._ -- TTGO LoRa32 V1.3 +- TTGO LoRa32 V1.3 _It is unknown if this board has an onboard LED and if it is usable. USE_LED is therefore disabled._ - TTGO LoRa32 V2.1.6 -Unknown if LED_BUILTIN is active-low or active-high. Assuming active-low just like v2. -- Lolin D32 +_Unknown if LED_BUILTIN is active-low or active-high. Assuming active-low just like v2._ +- Lolin D32 _Lolin D32 Pro was tested which is very similar._ -- TTGO T-Beam V1.1 +- TTGO T-Beam V1.1 _T-Beam V1.1 may work by using board ID ttgo_tbeam_v1_0 but this has not been tested. It is currently unknown what the differences between V1.1 and V1.0 are._