Add in standard MGOS libraries
This commit is contained in:
5
mos.yml
5
mos.yml
@ -38,6 +38,11 @@ config_schema:
|
|||||||
# List of libraries used by this app, in order of initialisation
|
# List of libraries used by this app, in order of initialisation
|
||||||
libs:
|
libs:
|
||||||
- origin: https://github.com/mongoose-os-libs/wifi
|
- origin: https://github.com/mongoose-os-libs/wifi
|
||||||
|
- origin: https://github.com/mongoose-os-libs/http-server
|
||||||
|
- origin: https://github.com/mongoose-os-libs/rpc-service-config
|
||||||
|
- origin: https://github.com/mongoose-os-libs/rpc-service-fs
|
||||||
|
- origin: https://github.com/mongoose-os-libs/rpc-uart
|
||||||
|
- origin: https://github.com/mongoose-os-libs/prometheus-metrics
|
||||||
- origin: libs/lobo-spi
|
- origin: libs/lobo-spi
|
||||||
- origin: libs/ili9341
|
- origin: libs/ili9341
|
||||||
- origin: libs/stmpe610
|
- origin: libs/stmpe610
|
||||||
|
Reference in New Issue
Block a user