Animation works with default animation
This commit is contained in:
5
mos.yml
5
mos.yml
@@ -29,10 +29,11 @@ libs:
|
||||
- origin: https://github.com/mongoose-os-libs/aws
|
||||
- origin: https://github.com/mongoose-os-libs/mjs
|
||||
config_schema:
|
||||
- ["i2c.enable", false]
|
||||
- ["i2c.enable", true]
|
||||
- ["led", "o", {"title": "LED control settings"}]
|
||||
- ["led.pin", "i", 2, {title: "Pin for data to WS2812 based LED chain"}]
|
||||
- ["led.useDefaults", "b", true, {title: "Use default values for colors, led-definitions, animations"}]
|
||||
- ["led.count", "i", 5, {title: "Number of LEDs connected in the chain"}]
|
||||
- ["led.count", "i", 32, {title: "Number of LEDs connected in the chain"}]
|
||||
build_vars:
|
||||
MGOS_ENABLE_ONEWIRE: 1
|
||||
cflags: []
|
||||
|
||||
Reference in New Issue
Block a user