From 678c851f2ff402c90a561b6c890fe61264a8b564 Mon Sep 17 00:00:00 2001 From: Owen Carter Date: Tue, 3 Sep 2024 17:20:08 +0200 Subject: [PATCH] Update README.md --- files/README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/files/README.md b/files/README.md index 7ba759a..e249d79 100644 --- a/files/README.md +++ b/files/README.md @@ -1,10 +1,12 @@ # Setup files for MQ Pro on ubuntu -1 `55_net.cfg` - Place in `/etc/cloud/cloud.cfg.d/` on the SD card and edit before first boot to preconfigure a wifi network. - see comments in file -1 `rtl_bt/*` - Bluetooth firmware files, place in `/usr/lib/firmware/rtl_bt/`. - Also install `bluez` to use via `bluetoothctl` - Requires a reboot -1 `mqpro-status-led.service` - Place in `/etc/systemd/system/`, run `sudo systemctl daemon-reload` then `sudo systemctl enable --now mqpro-status-led.service` +1. `55_net.cfg` + - Place in `/etc/cloud/cloud.cfg.d/` on the SD card and edit before first boot to preconfigure a wifi network. + - see comments in file +2. `rtl_bt/*` + - Bluetooth firmware files, place in `/usr/lib/firmware/rtl_bt/`. + - Also install `bluez` to use via `bluetoothctl` + - Requires a reboot +3. `mqpro-status-led.service` + - Place in `/etc/systemd/system/` + - Run `sudo systemctl daemon-reload` + - Then `sudo systemctl enable --now mqpro-status-led.service`