Added preview screens and improved flashing documentation
This commit is contained in:
parent
abf0e133a0
commit
75fbbbd96b
BIN
.screens/preview1.jpeg
Normal file
BIN
.screens/preview1.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 377 KiB |
BIN
.screens/preview2.jpeg
Normal file
BIN
.screens/preview2.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 322 KiB |
14
README.md
14
README.md
@ -1,5 +1,5 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./.screens/aciddrop.png" />
|
<img src="./.screens/aciddrop2.png" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
@ -12,14 +12,18 @@ 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.
|
This is being developed in my free time as a fun project. It is no where near being useful.
|
||||||
|
|
||||||
|
# Previews
|
||||||
|
![](./.screens/preview1.jpeg) ![](./.screens/preview2.jpeg)
|
||||||
|
|
||||||
# Flashing the Firmware
|
# Flashing the Firmware
|
||||||
1. Add your user to the `dialout` group: `sudo gpasswd -a YOURUSERNAME dialout`
|
1. Add your user to the `dialout` group: `sudo gpasswd -a YOURUSERNAME dialout` *(You will need to re-login after adding your user to the `dialout` group for it to take affect)*
|
||||||
2. Install [Visual Studio Code](https://code.visualstudio.com/)
|
2. Install [Visual Studio Code](https://code.visualstudio.com/)
|
||||||
3. Install the [PlatformIO plugin](https://platformio.org/install/ide?install=vscode)
|
3. Install the [PlatformIO plugin](https://platformio.org/install/ide?install=vscode)
|
||||||
4. Press F1 and select PlatformIO : Build
|
4. Hold down the trackball on the device, turn it on, and plug it in to the computer.
|
||||||
5. Press F1 and select PlatformIO : Upload
|
5. Press **F1** and select `PlatformIO: Build`
|
||||||
|
6. 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.
|
**Note:** Your device will likely be `/dev/ttyAMC0` or `/dev/ttyUSB0`
|
||||||
|
|
||||||
# Roapmap
|
# Roapmap
|
||||||
- [X] IRC Client
|
- [X] IRC Client
|
||||||
|
Loading…
Reference in New Issue
Block a user