switch to esp32-wroom-32 for testing

This commit is contained in:
2026-07-29 18:03:15 +02:00
parent 6201fcaab1
commit b40e6fb9cc
4 changed files with 47 additions and 104 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
[target.xtensa-esp32s3-none-elf]
runner = "espflash flash --monitor --chip esp32s3"
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor --chip esp32"
[env]
ESP_LOG="info"
@@ -9,7 +9,7 @@ rustflags = [
"-C", "link-arg=-nostartfiles",
]
target = "xtensa-esp32s3-none-elf"
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]