Fix README links and update installation command for webhook
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user