diff --git a/.cargo/config.toml b/.cargo/config.toml index a1297d5..aa24b04 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"