Skip to content

Commit 1a98c67

Browse files
author
Janne Kiiskila
committed
Remove parenthesis from Wi-Fi types
ESP8266s do not have it, ESP32s had it - removed them so that they are aligned.
1 parent 20a7f9d commit 1a98c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Nuvoton `NUMAKER_PFM_M487` | Ethernet | SD card (NUSD)
2222
Nuvoton `NUMAKER_PFM_NUC472` | Ethernet | SD card (NUSD) | Build-only
2323
NXP `K64F` | Ethernet | Internal Flash |
2424
NXP `K66F` | Ethernet | Internal Flash |
25-
Renesas `GR_LYCHEE` | Wi-Fi (ESP32) | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-LYCHEE/#security-limitation-of-this-platform)) | Build-only
25+
Renesas `GR_LYCHEE` | Wi-Fi ESP32 | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-LYCHEE/#security-limitation-of-this-platform)) | Build-only
2626
Renesas `RZ_A1H` | Ethernet | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-PEACH/#security-limitation-of-this-platform)) | Build-only
2727
Seeed `ARCH_MAX` | Ethernet | SD card | Build-only
2828
Seeed `WIO_3G` | Cellular | Internal Flash | Build-only
@@ -37,7 +37,7 @@ ST `NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash
3737
Ublox `UBLOX_C030_R412M` | Cellular | SD card | Build-only
3838
Ublox `UBLOX_C030_U201` | Cellular | SD card | Build-only
3939
Ublox `UBLOX_EVK_ODIN_W2` | Wi-Fi | SD card | Build-only
40-
Uhuru `UHURU_RAVEN` | Wi-Fi (ESP32) | Internal Flash | Build-only
40+
Uhuru `UHURU_RAVEN` | Wi-Fi ESP32 | Internal Flash | Build-only
4141

4242
Build-only = This target is currently verified only via compilation, and is not verified at runtime.
4343

0 commit comments

Comments
 (0)