acid-drop- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit abf0e133a0a82ddfe4aa567fd426f93772b23a9c
parent a1a3772b625b48b020e5cd6dfcb780214369671c Author: acidvegas <acid.vegas@acid.vegas> Date: Sat, 25 May 2024 02:13:12 -0400 Added flashing instructions through VScode Diffstat:
|
1 file changed, 9 insertions(+), 0 deletions(-) |
diff --git a/README.md b/README.md @@ -12,6 +12,15 @@ The project started out with as IRC bridge for [Meshtastic](https://meshtastic.o This is being developed in my free time as a fun project. It is no where near being useful. +# Flashing the Firmware +1. Add your user to the `dialout` group: `sudo gpasswd -a YOURUSERNAME dialout` +2. Install [Visual Studio Code](https://code.visualstudio.com/) +3. Install the [PlatformIO plugin](https://platformio.org/install/ide?install=vscode) +4. Press F1 and select PlatformIO : Build +5. Press F1 and select PlatformIO : Upload + +**Note:** Your device will likely be `/dev/ttyAMC0` or `/dev/ttyUSB0`. You will also need to re-login after adding your user to the `dialout` group. + # Roapmap - [X] IRC Client - [ ] ChatGPT |