mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge pull request #125 from gkelly/typo
Fix minor typo around default channel key
This commit is contained in:
commit
0c375ba4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ data class Channel(
|
|||
// Note: this string _SHOULD NOT BE LOCALIZED_ because it directly hashes to values used on the device for the default channel name.
|
||||
val defaultChannelName = "Default"
|
||||
|
||||
// These bytes must math the well known and not secret bytes used the default channel AES128 key device code
|
||||
// These bytes must match the well known and not secret bytes used the default channel AES128 key device code
|
||||
val channelDefaultKey = byteArrayOfInts(
|
||||
0xd4, 0xf1, 0xbb, 0x3a, 0x20, 0x29, 0x07, 0x59,
|
||||
0xf0, 0xbc, 0xff, 0xab, 0xcf, 0x4e, 0x69, 0xbf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue