Skip to content

Commit f093093

Browse files
committed
add ESP Launchpad
1 parent 570b892 commit f093093

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
[Run on-line in Wokwi Simulator](https://wokwi.com/experimental/viewer?diagram=https://github.com/georgik/esp32-graphical-bootloader/blob/main/diagram.json&firmware=https://github.com/georgik/esp32-graphical-bootloader/releases/download/v0.3/graphical-bootloader-esp32-box-3-uf2.bin)
88

9+
[![Try it with ESP Launchpad](https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png)](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://github.com/georgik/esp32-graphical-bootloader/blob/main/esp-launchpad.toml&app=graphical_bootloader)
910

1011

1112
## Selected board

esp-launchpad.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
esp_toml_version = 1.0
2+
firmware_images_url = "https://github.com/georgik/esp32-graphical-bootloader/releases/download/v0.3/"
3+
supported_apps = ["graphical_bootloader"]
4+
5+
[graphical_bootloader]
6+
image.esp32s3 = "graphical-bootloader-esp32-box.bin"
7+
chipsets = ["esp32s3"]

0 commit comments

Comments
 (0)