mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge branch 'master' into master
This commit is contained in:
commit
2316b519e0
|
@ -115,7 +115,7 @@ Features:
|
|||
- **Customizable Displays** - Choose and arrange the information that matters most with configurable applet and split-screen layouts.
|
||||
- **Persistent Display** - Keep key data visible at all times without the energy drain of traditional screens.
|
||||
|
||||
Supported Devices:
|
||||
Currently Supported Devices for InkHUD:
|
||||
|
||||
- [Heltec Vision Master E290](/docs/hardware/devices/heltec-automation/vision-master/?heltec=vision_master_e290)
|
||||
- [Heltec Vision Master E213](/docs/hardware/devices/heltec-automation/vision-master/?heltec=vision_master_e213)
|
||||
|
|
|
@ -249,6 +249,10 @@ To be listed here, your group must be in compliance with our [Trademark Guidline
|
|||
|
||||
- [Denver Mesh](https://denvermesh.org)
|
||||
|
||||
### Florida
|
||||
|
||||
- [Space Coast Mesh](https://scmesh.org/)
|
||||
|
||||
### Georgia
|
||||
|
||||
- [CSRA Mesh - Augusta, GA/North Augusta, SC Area](https://discord.gg/rQSTQDZKgs)
|
||||
|
@ -261,6 +265,10 @@ To be listed here, your group must be in compliance with our [Trademark Guidline
|
|||
|
||||
- [Chicagoland Mesh](https://chicagolandmesh.org)
|
||||
|
||||
### Iowa
|
||||
|
||||
- [Iowa Mesh](https://iowamesh.org)
|
||||
|
||||
### Kansas
|
||||
|
||||
- [SecKC Amateur Radio Club of Kansas City and Surrounding Cities for Amateur Radio](https://ks3ckc.radio/home)
|
||||
|
@ -289,8 +297,6 @@ To be listed here, your group must be in compliance with our [Trademark Guidline
|
|||
|
||||
### North Carolina
|
||||
|
||||
- [NCMesh](https://ncmesh.net)
|
||||
|
||||
### Ohio
|
||||
|
||||
- [Cincy Mesh](https://www.cincymesh.org)
|
||||
|
|
|
@ -8,7 +8,7 @@ sidebar_position: 2
|
|||
SenseCAP T1000-E is a high-performance tracker designed for Meshtastic. As small as a credit card, effortlessly fitting in your pocket or attaching to your assets. It embeds Semtech's LR1110, Nordic's nRF52840, and Mediatek's AG3335 GPS module, providing Meshtastic users with a high-precision, low-power positioning and communication solution.
|
||||
|
||||
:::warning[Note]
|
||||
Currently, LR1110 radios are unable to receive Meshtastic packets from the older SX127x radios. Semtech is aware of this issue, and we're hopeful they'll provide a solution soon.
|
||||
Currently, LR1110 radios are unable to receive Meshtastic packets from the older SX127x radios, it requires a breaking change to fix this. Transmitting works and when hopping through an SX126x radio, you can still receive packets from SX127x radios.
|
||||
:::
|
||||
|
||||
### Specifications
|
||||
|
|
|
@ -9,7 +9,7 @@ import Tabs from "@theme/Tabs";
|
|||
import TabItem from "@theme/TabItem";
|
||||
|
||||
:::warning[Note]
|
||||
Currently, LR1110 radios are unable to receive Meshtastic packets from the older SX127x radios. Semtech is aware of this issue, and we're hopeful they'll provide a solution soon.
|
||||
Currently, LR1110 radios are unable to receive Meshtastic packets from the older SX127x radios, it requires a breaking change to fix this. Transmitting works and when hopping through an SX126x radio, you can still receive packets from SX127x radios.
|
||||
:::
|
||||
|
||||
<Tabs
|
||||
|
|
Loading…
Reference in a new issue