mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add capability to switch out the public default key for OEMs
This commit is contained in:
parent
bb4f10f28f
commit
7f309d6df2
2 changed files with 7 additions and 2 deletions
|
|
@ -10,5 +10,5 @@
|
|||
*ChannelFile.channels max_count:8
|
||||
|
||||
*OEMStore.oem_text max_size:40
|
||||
|
||||
*OEMStore.oem_icon_bits max_size:2048
|
||||
*OEMStore.oem_icon_bits max_size:2048
|
||||
*OEMStore.oem_aes_key max_size:32
|
||||
|
|
|
|||
|
|
@ -134,4 +134,9 @@ message OEMStore {
|
|||
* Use this font for the OEM text.
|
||||
*/
|
||||
string oem_text = 5;
|
||||
|
||||
/*
|
||||
* The default device encryption key, 16 or 32 byte
|
||||
*/
|
||||
bytes oem_aes_key = 6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue