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
|
|
@ -15,12 +15,7 @@
|
|||
|
||||
class LoRaTransmitter : public ITransmitter {
|
||||
public:
|
||||
LoRaTransmitter(
|
||||
uint64_t joinEUI,
|
||||
uint64_t devEUI,
|
||||
uint8_t* nwkKey,
|
||||
uint8_t* appKey
|
||||
);
|
||||
LoRaTransmitter();
|
||||
|
||||
TransmitError init() override;
|
||||
TransmitError join() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue