We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed59c76 commit 9756137Copy full SHA for 9756137
mos.yml
@@ -18,6 +18,7 @@ libs:
18
- origin: https://github.com/mongoose-os-libs/rpc-service-i2c
19
- origin: https://github.com/mongoose-os-libs/rpc-service-ota
20
- origin: https://github.com/mongoose-os-libs/rpc-uart
21
+ - origin: https://github.com/mongoose-os-libs/spi
22
- origin: https://github.com/mongoose-os-libs/vfs-dev-spi-flash
23
24
# libs necessary for the current app
@@ -27,7 +28,6 @@ config_schema:
27
28
- ["i2c.enable", true]
29
build_vars:
30
MGOS_ENABLE_I2C: 1
- MGOS_ENABLE_SPI: 1
31
32
tags:
33
- js
0 commit comments