Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
XDanielPaul committed Oct 17, 2023
1 parent 6d3f094 commit d0eaf19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions binaries/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ ios_app_url = ""
chipsets = ["esp32"]

[Micropython-ESP32C3]
image.esp32s2 = "Micropython-ESP32C3.bin"
image.esp32c3 = "Micropython-ESP32C3.bin"
android_app_url = ""
ios_app_url = ""
chipsets = ["esp32c3"]

[Micropython-ESP32S2]
image.esp32s3 = "Micropython-ESP32S2.bin"
image.esp32s2 = "Micropython-ESP32S2.bin"
android_app_url = ""
ios_app_url = ""
chipsets = ["esp32s2"]

[Micropython-ESP32S3]
image.esp32 = "Micropython-ESP32S3"
image.esp32s3 = "Micropython-ESP32S3"
android_app_url = ""
ios_app_url = ""
chipsets = ["esp32s3"]

[Micropython-ESP8266]
image.esp32c3 = "Micropython-ESP8266.bin"
image.esp32 = "Micropython-ESP8266.bin"
android_app_url = ""
ios_app_url = ""
chipsets = ["esp32"]

0 comments on commit d0eaf19

Please sign in to comment.