pico-setup
pico-setup copied to clipboard
update raspi-config nonint commands
Updating script to use new raspi-config nonint commands. See issue #29
Previously, enabling UART 1 and disabling the serial terminal was done with a single command, now you use:
raspi-config nonint do_serial_hw 0
and
raspi-config nonint do_serial_cons 1
LGTM. pinging @spl237 and @liamfraser (when they get back in the New Year)
Thanks for letting me work on this. It's my first open source contribution and I'm pretty exited:) haha
@spl237 and @liamfraser Ping:)
@lurch can we get this merged? I think it still is relevant, but I can't test it.