Skip to content

Commit 3dc04de

Browse files
authored
Merge pull request #837 from silverphish-io/typo-fix
Typo fix
2 parents c8a6bcf + 4e886bf commit 3dc04de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The T-Deck firmware is free to download and most features are available without
186186
- Canada and USA are on **910.525MHz**
187187
- For other regions and countries, please check your local LoRa frequency
188188

189-
In UK and EU, 867.5MHz is not allowed to use 250kHz bandwidth and it only allows 2.5% duty cycle for clients. 869.525Mhz allows an airtime of 10%, 250KHz bandwidth, and a higher EIRP, therefore MeshCore nodes can send more often and with more power. That is why this frequency is chosen for UK and EU. This is also why Meshtastic also uses this frequency.
189+
In UK and EU, 867.5MHz is not allowed to use 250kHz bandwidth and it only allows 2.5% duty cycle for clients. 869.525Mhz allows an airtime of 10%, 250KHz bandwidth, and a higher Effective Isotropic Radiated Power (EIRP), therefore MeshCore nodes can send more often and with more power. That is why this frequency is chosen for UK and EU. This is also why Meshtastic also uses this frequency.
190190

191191
[Source](https://discord.com/channels/826570251612323860/1330643963501351004/1356540643853209641)
192192

@@ -558,7 +558,7 @@ From here, reference repeater and room server command line commands on MeshCore
558558
**A:** Yes. See the following:
559559

560560
#### 5.14.1. meshcoremqtt
561-
A Python script to send meshore debug and packet capture data to MQTT for analysis
561+
A Python script to send meshcore debug and packet capture data to MQTT for analysis
562562
https://github.com/Andrew-a-g/meshcoretomqtt
563563

564564
#### 5.14.2. MeshCore for Home Assistant

docs/payloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Appdata Flags
5757

5858
# Acknowledgement
5959

60-
An acknowledgement that a message was received. Note that for returned path messages, an acknowledgement will be sent in the "extra" payload (see [Returned Path](#returned-path)) and not as a discrete ackowledgement. CLI commands do not require an acknowledgement, neither discrete nor extra.
60+
An acknowledgement that a message was received. Note that for returned path messages, an acknowledgement will be sent in the "extra" payload (see [Returned Path](#returned-path)) and not as a discrete acknowledgement. CLI commands do not require an acknowledgement, neither discrete nor extra.
6161

6262
| Field | Size (bytes) | Description |
6363
|----------|--------------|------------------------------------------------------------|
@@ -186,4 +186,4 @@ TODO: describe what datagram looks like
186186

187187
# Custom packet
188188

189-
Custom packets have no defined format.
189+
Custom packets have no defined format.

0 commit comments

Comments
 (0)