meshtastic

- 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 ddb5a4b323593bde6d879e1295f96dc71651927b
parent d9ec08e9128fdf456f96d9b000115b222cf03e45
Author: acidvegas <acid.vegas@acid.vegas>
Date: Mon, 29 Apr 2024 20:07:44 -0400

Added a preview picture of my T-deck

Diffstat:
A.screens/htpdeck.png | 0
MREADME.md | 3++-

2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.screens/htpdeck.png b/.screens/htpdeck.png
Binary files differ.
diff --git a/README.md b/README.md
@@ -6,11 +6,12 @@ The goal here is to create simple & clean modules to interface with the hardware
 
 The hardware I am experimenting with: [Lilygo T-Deck](https://www.lilygo.cc/products/t-deck), [Lilygo T-Beam](https://www.lilygo.cc/products/t-beam-v1-1-esp32-lora-module), [Heltec Lora 32 v3](https://heltec.org/project/wifi-lora-32-v3/), and [RAK Wireless 4631](https://store.rakwireless.com/products/wisblock-core-modules?variant=42440631419078)
 
+![](.screens/htpdeck.png)
+
 ## Documentation
 - [Firmware Hacks & Customization](./FIRMWARE.md)
 - [Setup Hardware](./SETUP.md)
 
-
 ## Bugs & Issues
 - T-Deck must have Wifi turned off when going mobile. Upon leaving my house with WiFi still enabled, the UI & connection was EXTREMELY laggy & poor. Couldn't even type well...
 - T-Deck using a custom MQTT with TLS & auth will cause a reboot loop *(Need to fix this ASAP)*