Skip to content

Commit 018d702

Browse files
dimonomidcesantabot
authored andcommitted
Factor out i2c lib
PUBLISHED_FROM=911d4100a44dbba3b6897835d7842fbbbf65d6ab
1 parent 9756137 commit 018d702

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ filesystem:
99
libs:
1010
# common mgos libs
1111
- origin: https://github.com/mongoose-os-libs/http-server
12+
- origin: https://github.com/mongoose-os-libs/i2c
1213
- origin: https://github.com/mongoose-os-libs/ota-http-server
1314
- origin: https://github.com/mongoose-os-libs/rpc-loopback
1415
- origin: https://github.com/mongoose-os-libs/rpc-mqtt
@@ -26,8 +27,6 @@ libs:
2627
- origin: https://github.com/mongoose-os-libs/mjs
2728
config_schema:
2829
- ["i2c.enable", true]
29-
build_vars:
30-
MGOS_ENABLE_I2C: 1
3130

3231
tags:
3332
- js

0 commit comments

Comments
 (0)