diff --git a/boards.json b/boards.json index 72d0adc5..f48195a9 100644 --- a/boards.json +++ b/boards.json @@ -23,18 +23,7 @@ }, "language": "MicroPython" }, - { - "boardImg": "./boards/default/micropython_esp32c5/media/esp32c5_compressed.png", - "boardType": "Python ESP32-C5", - "boardIndex": "./boards/default/micropython_esp32c5/index.xml", - "env": { - "electron": true, - "web": true, - "webCompiler": true, - "webSocket": true - }, - "language": "MicroPython" - }, + { "boardImg": "./boards/default/micropython_esp32c3/media/esp32c3_compressed.png", "boardType": "Python ESP32-C3", @@ -60,6 +49,18 @@ "language": "MicroPython" }, { + "boardImg": "./boards/default/micropython_esp32c5/media/esp32c5_compressed.png", + "boardType": "Python ESP32-C5", + "boardIndex": "./boards/default/micropython_esp32c5/index.xml", + "env": { + "electron": true, + "web": true, + "webCompiler": true, + "webSocket": true + }, + "language": "MicroPython" + }, + { "boardImg": "./boards/default/micropython_esp32/media/esp32_compressed.png", "boardType": "Python ESP32", "boardIndex": "./boards/default/micropython_esp32/index.xml", diff --git a/boards/default_src/micropython_esp32c5/origin/media/esp32c5_compressed.png b/boards/default_src/micropython_esp32c5/origin/media/esp32c5_compressed.png index 4accaa71..2dda6a52 100644 Binary files a/boards/default_src/micropython_esp32c5/origin/media/esp32c5_compressed.png and b/boards/default_src/micropython_esp32c5/origin/media/esp32c5_compressed.png differ