mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #81 from KrazyKerbalnaut/master
. Update Techo page to include flashing information . Add Google Play unavailability banner
This commit is contained in:
commit
5414633539
|
@ -6,6 +6,14 @@ sidebar_label: LILYGO® T-Echo
|
||||||
|
|
||||||
The T-Echo has been in development by LILYGO® over the past few months and has now been released.
|
The T-Echo has been in development by LILYGO® over the past few months and has now been released.
|
||||||
|
|
||||||
|
### See [Getting Started](../getting-started/flashing-nrf52)
|
||||||
|
|
||||||
|
* firmware file: `firmware-t-echo-1.x.x.uf2`
|
||||||
|
* [Purchase link](https://www.aliexpress.com/item/1005002842456390.html)
|
||||||
|
* TTGO's [GitHub page](https://github.com/Xinyuan-LilyGO/LilyGO-T-Echo) for the T-Echo
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
* nRF52840 - Bluetooth BLE 5.0, NFC and very low power consumption
|
* nRF52840 - Bluetooth BLE 5.0, NFC and very low power consumption
|
||||||
* SX1262 - LoRa transceiver
|
* SX1262 - LoRa transceiver
|
||||||
* 1.54" eInk display
|
* 1.54" eInk display
|
||||||
|
@ -16,8 +24,4 @@ The T-Echo has been in development by LILYGO® over the past few months and has
|
||||||
* Optional case and battery
|
* Optional case and battery
|
||||||
|
|
||||||
|
|
||||||
* firmware file: `firmware-t-echo-1.x.x.uf2`
|
|
||||||
* [Purchase link](https://www.aliexpress.com/item/1005003026107533.html)
|
|
||||||
* TTGO's [GitHub page](https://github.com/Xinyuan-LilyGO/LilyGO-T-Echo) for the T-Echo
|
|
||||||
|
|
||||||
<img alt="LILYGO T-Echo" src="/img/hardware/t-echo.png" style={{zoom: '15%'}} />
|
<img alt="LILYGO T-Echo" src="/img/hardware/t-echo.png" style={{zoom: '15%'}} />
|
||||||
|
|
|
@ -15,6 +15,14 @@ const config = {
|
||||||
colorMode: {
|
colorMode: {
|
||||||
respectPrefersColorScheme: true,
|
respectPrefersColorScheme: true,
|
||||||
},
|
},
|
||||||
|
announcementBar: {
|
||||||
|
id: 'play_store_workaround',
|
||||||
|
content:
|
||||||
|
'Android app unavailable in the Google Play Store store. Install by <a href="/docs/software/android/android-installation">side-loading</a> from <a href="https://github.com/meshtastic/Meshtastic-Android/releases">GitHub</a> or from <a href="https://www.amazon.com/Geeksville-Industries-Meshtastic/dp/B08CY9394Q">Amazon</a>.',
|
||||||
|
backgroundColor: '#ff9999',
|
||||||
|
textColor: '#091E42',
|
||||||
|
isCloseable: true,
|
||||||
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "Meshtastic",
|
title: "Meshtastic",
|
||||||
logo: {
|
logo: {
|
||||||
|
|
Loading…
Reference in a new issue