fix: remove hardcoded keys and load them from NVS + script + key reset
This commit is contained in:
parent
7a07bb2522
commit
20fa0bc034
7 changed files with 31 additions and 36 deletions
6
secrets.csv.example
Normal file
6
secrets.csv.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
key,type,encoding,value
|
||||
lorawan,namespace,,
|
||||
join_eui,data,hex2bin,0011223344556677
|
||||
dev_eui,data,hex2bin,0011223344556677
|
||||
app_key,data,hex2bin,AABBCCDDEEFF00112233445566778899
|
||||
nwk_key,data,hex2bin,AABBCCDDEEFF00112233445566778899
|
||||
Loading…
Add table
Add a link
Reference in a new issue