diff options
| author | Damien George <damien@micropython.org> | 2023-08-24 17:15:32 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-08-24 17:15:32 +1000 |
| commit | 1dedb65e645f72afbd614431435208d687e16992 (patch) | |
| tree | 7c29ddf93e34850f30b220ae2a86c6b049fbfcef | |
| parent | bc1af5ab7f9f28d0bfd882a7f00027b146feb11e (diff) | |
esp8266/boards/ESP8266_GENERIC: Add image filename.
This image is now in micropython-media.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | ports/esp8266/boards/ESP8266_GENERIC/board.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/esp8266/boards/ESP8266_GENERIC/board.json b/ports/esp8266/boards/ESP8266_GENERIC/board.json index 1fca10c5f..2b3a6b550 100644 --- a/ports/esp8266/boards/ESP8266_GENERIC/board.json +++ b/ports/esp8266/boards/ESP8266_GENERIC/board.json @@ -7,7 +7,9 @@ "External Flash", "WiFi" ], - "images": [], + "images": [ + "esp8266.jpg" + ], "mcu": "esp8266", "product": "ESP8266", "thumbnail": "", |
