-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Some options in the Raspberry Pi config.txt file, such as GPIO control, have meaning when inserted multiple times. Unless I am missing something, the current module configuration does not support inserting options multiple times as you can only have one { enable = ...; value = ... } attrset with a given name, and the value property only supports int/str/bool types.
This means adding something like
gpio=17=op,dh
gpio=18=op,dl
to drive one pin high and one pin low is not possible without using hardware.raspberry-pi.extra-config.
Add a 👍 reaction to issues you find important.
Reactions are currently unavailable