From 8123960db02e12c8af6a09778cb2d378fdd65d68 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sun, 7 Dec 2025 12:57:06 +0100 Subject: [PATCH] cargo: config: set wifi code to Deutschland --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 49afd43..81f6d4d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,6 +5,7 @@ runner = "espflash flash --monitor --chip esp32s3 --partition-table ./partitions ESP_LOG="info" ESP_HAL_CONFIG_PLACE_RMT_DRIVER_IN_RAM="true" ESP_HAL_EMBASSY_CONFIG_TIMER_QUEUE="multiple-integrated" +ESP_WIFI_CONFIG_COUNTRY_CODE="DE" [build] rustflags = [