Fix README links and update installation command for webhook

This commit is contained in:
cpu
2025-11-20 06:48:48 +01:00
parent c8ece7e321
commit 422304c428
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ A game controller using a Seeed Studio XIAO nRF52840 Sense board that emulates a
- Install the "Seeed nRF52 Boards" package. - Install the "Seeed nRF52 Boards" package.
- Select "Seeed XIAO BLE Sense - nRF52840" as the board. - Select "Seeed XIAO BLE Sense - nRF52840" as the board.
- Install the "Adafruit Bluefruit nRF52" library. - Install the "Adafruit Bluefruit nRF52" library.
2. **Upload:** Compile and upload the [sketch](../sketch.ino) to your XIAO board. 2. **Upload:** Compile and upload the [sketch](sketch.ino) to your XIAO board.
3. **Connect:** Scan for Bluetooth devices on your computer or mobile device and connect to "Nexus Game Controller". 3. **Connect:** Scan for Bluetooth devices on your computer or mobile device and connect to "Nexus Game Controller".
4. **Play:** Press the buttons to send keystrokes. Open the Serial Monitor at 115200 baud to see debug information. 4. **Play:** Press the buttons to send keystrokes. Open the Serial Monitor at 115200 baud to see debug information.

View File

@@ -79,7 +79,7 @@ Instead of manually pulling, building, and restarting on the server, you can aut
Install the `webhook` service Install the `webhook` service
```bash ```bash
sudo install webhook sudo apt install webhook
``` ```
Allow your Gitea instance to reach the webhook service on your server (e.g., `10.0.0.1:9000`). Ensure Gitea's `ALLOWED_HOST_LIST` in its `app.ini` includes this IP. Allow your Gitea instance to reach the webhook service on your server (e.g., `10.0.0.1:9000`). Ensure Gitea's `ALLOWED_HOST_LIST` in its `app.ini` includes this IP.
### The Redeployment Script ### The Redeployment Script