From 1d21aa7787469940e30daca710ad1a3123b7b7d9 Mon Sep 17 00:00:00 2001 From: Markus Kirberg Date: Sun, 1 Sep 2024 11:28:21 +0200 Subject: [PATCH] partition default --- mos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mos.yml b/mos.yml index 23f17eda..9e553522 100644 --- a/mos.yml +++ b/mos.yml @@ -785,6 +785,8 @@ conds: ${build_vars.ESP_IDF_SDKCONFIG_OPTS} CONFIG_FREERTOS_UNICORE=y CONFIG_ESPTOOLPY_FLASHMODE_DIO=y + CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"../esp32xx/partitions_mgos.csv\" + CONFIG_PARTITION_TABLE_FILENAME=\"../esp32xx/partitions_mgos.csv\" cdefs: LED_GPIO: 0 LED_ON: 0