From 3fc24f8b760cfad51503b6b67cbdd2522c7b949a Mon Sep 17 00:00:00 2001 From: Mark Dornbach Date: Thu, 25 Jun 2020 21:59:27 +0200 Subject: [PATCH] change BOOT_CONFIG_ADDR to avoid boot loop when OTA updating from stock fw --- mos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mos.yml b/mos.yml index 1411a9d..33a146b 100644 --- a/mos.yml +++ b/mos.yml @@ -34,6 +34,8 @@ libs: build_vars: FLASH_SIZE: 2097152 FS_SIZE: 262144 + BOOT_CONFIG_ADDR: 0x1000 + MGOS_ROOT_FS_TYPE: SPIFFS conds: - when: build_vars.MODEL == "Shelly1"