final renamed to mqtt

This commit is contained in:
Filipriec
2025-12-01 15:07:52 +01:00
parent cb533fcdac
commit d47060e5dd
13 changed files with 0 additions and 0 deletions

17
mqtt/.cargo/config.toml Normal file
View File

@@ -0,0 +1,17 @@
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor --chip esp32"
[env]
ESP_LOG="info"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
"-C", "link-arg=-Tdefmt.x",
"-Z", "stack-protector=all",
]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]