Skip to content

Commit

Permalink
fix i2c for esp32c3
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 28, 2024
1 parent 69efd7c commit 27faa27
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 27faa27

Please sign in to comment.