led_client/.cargo/config.toml
2024-12-21 00:48:45 -05:00

14 lines
336 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "probe-rs run --chip RP2040"
runner = "probe-rs run --chip esp32c6"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
SSID = "SSID"
SSID_PASSWORD = "PSK"
CLIENT_ID = "495f6297-b962-4266-9c00-74138ae5a1f1"
DEFMT_LOG = "debug"
LED_SIZE = "100"