default to debug log for now

This commit is contained in:
2026-08-30 08:15:52 +00:00
parent ccf16522bb
commit af964bcc37
+2 -4
View File
@@ -2,13 +2,11 @@
runner = "espflash flash --monitor --chip esp32s3"
[env]
ESP_LOG="info"
ESP_LOG = "debug"
WM_CONN = '{"ssid": "Wokwi-GUEST", "psk": "", "data": {}}'
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
]
rustflags = ["-C", "link-arg=-nostartfiles"]
target = "xtensa-esp32s3-none-elf"