From 27faa2791558941b871958eb473459b1044d0af6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 Nov 2024 22:20:18 +0100 Subject: [PATCH] fix i2c for esp32c3 --- mos.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mos.yml b/mos.yml index 100824f7..9b0d8ec7 100644 --- a/mos.yml +++ b/mos.yml @@ -747,7 +747,7 @@ conds: libs: - location: https://github.com/mongoose-os-libs/onewire - location: https://github.com/mongoose-os-libs/dht - - location: https://github.com/mongoose-os-libs/ade7953 + - location: https://github.com/markirb/ade7953 - location: https://github.com/mongoose-os-libs/mongoose build_vars: OTA_DATA_ADDR: 0x10000 @@ -813,6 +813,14 @@ conds: - ["ts5", "ts", {title: "TS5 settings"}] - ["ts5.name", "Shelly TS5"] + - ["factory", "o", {title: ""}] + - ["factory.batch", "s", "", {title: ""}] + - ["factory.model", "s", "", {title: ""}] + - ["factory.version", "i", 0, {title: ""}] + - ["factory.calib", "o", {title: "Factory calib settings"}] + - ["factory.calib.done", "b", false, {title: ""}] + - ["factory.calib.gains0", "gains", {title: ""}] + - when: build_vars.MODEL == "ShellyMini1PMGen3" apply: name: Mini1PMG3