You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
919 B
Markdown

# Display Settings
### Language
```
0x003B
- 0x00 English
- 0x01 Francais
- 0x03 Deutsch
- 0x04 Nederlands
- 0x05 Dansk
- 0x06 Italiano
- 0x07 Slovenski
```
### Startup Texts
Startup Text Line 1: `0x009 [l=16]`
![](https://i.imgur.com/7DpV3j4.png)
Startup Text Line 2: `0x12AA [l=16]`
![](https://i.imgur.com/pYEB6gI.png)
## LoRa Settings.
![](https://i.imgur.com/bJQRvY1.png)
### Recipients
```
0x42AA
AA = Text
BB = LoRa fPort
14 bytes, 13 text, 1 lorafPort_byte
AA AA AA AA AA AA AA AA AA AA AA AA AA 00 BB
52 65 63 69 70 69 65 6E 74 30 32 35 35 00 FF (..zerobyte spaced..)
```
![](https://i.imgur.com/jtb0T21.png)
### Network Settings
```
0x43C3
---Network ID --- 0x43C3 [l=4]
01 23 45 67
--- DevAddr --- 0x43C7 [l=4]
87 65 43 21
--- NwkSKey ---
12 34 56 78 90 12 34 56 78 90 12 34 56 78 90 12
--- AppSKey ---
21 09 87 65 43 21 09 87 65 43 21 09 87 65 43 21
```
![](https://i.imgur.com/cpO5cuM.png)