mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-15 09:19:48 +00:00
bda1bac04c
RPI firmware configuration allows repeating overlays to define configurations on multiple devices. For instance, for configuring multiple `ads` devices, `config.txt` needs to be setup this way ``` dtoverlay=ads1115,addr=0x48 dtoverlay=ads1115,addr=0x49 ``` Before this change, the supervisor would interpret both lines as belonging to the same overlay, preventing users from configuring multiple devices, and leading to a loop when trying to apply configurations with repeated overlays coming from the cloud side. Change-type: minor |
||
---|---|---|
.. | ||
config-txt.spec.ts | ||
extlinux.spec.ts | ||
extra-uenv.spec.ts | ||
odmdata.spec.ts | ||
splash-image.spec.ts | ||
utils.spec.ts |