diff options
| author | Algy Tynan <algy@tynan.io> | 2022-05-11 11:46:13 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-05-19 16:45:18 +1000 |
| commit | 5dac142a1a332f641042bf6a6f775a705227ea38 (patch) | |
| tree | 25757b29ecf7bcd9b2923ceac28f20a0387e9724 | |
| parent | a1abf51a9de41b907e33e426a8fce58174e3698b (diff) | |
esp32/boards/LILYGO_TTGO_LORA32: Remove ID from TTGO Lora32 board json.
Generic ID creates an incorrect link on the MicroPython download page.
Remove the ID to fix the link.
Signed-off-by: Algy Tynan <algy@tynan.io>
| -rw-r--r-- | ports/esp32/boards/LILYGO_TTGO_LORA32/board.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32/boards/LILYGO_TTGO_LORA32/board.json b/ports/esp32/boards/LILYGO_TTGO_LORA32/board.json index 7f4b227ab..9dd76b579 100644 --- a/ports/esp32/boards/LILYGO_TTGO_LORA32/board.json +++ b/ports/esp32/boards/LILYGO_TTGO_LORA32/board.json @@ -11,7 +11,6 @@ "USB-MICRO", "WiFi" ], - "id": "esp32", "images": [ "lilygo-ttgo-lora-32-v1-6.jpg" ], |
