fix clippy warnings #57

Merged
rhetenor merged 6 commits from rhetenor/errorview-show-error-in-nfc-module AGit into main 2026-08-30 11:26:49 +02:00
Showing only changes of commit af964bcc37 - Show all commits
+2 -4
View File
@@ -2,13 +2,11 @@
runner = "espflash flash --monitor --chip esp32s3" runner = "espflash flash --monitor --chip esp32s3"
[env] [env]
ESP_LOG="info" ESP_LOG = "debug"
WM_CONN = '{"ssid": "Wokwi-GUEST", "psk": "", "data": {}}' WM_CONN = '{"ssid": "Wokwi-GUEST", "psk": "", "data": {}}'
[build] [build]
rustflags = [ rustflags = ["-C", "link-arg=-nostartfiles"]
"-C", "link-arg=-nostartfiles",
]
target = "xtensa-esp32s3-none-elf" target = "xtensa-esp32s3-none-elf"