mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-16 07:32:52 +02:00
Check for all zero EUIs and keys
This commit is contained in:
@ -195,7 +195,9 @@ bool TheThingsNetwork::isProvisioned()
|
||||
if (provisioning_have_keys())
|
||||
return true;
|
||||
|
||||
return provisioning_restore_keys(true);
|
||||
provisioning_restore_keys(true);
|
||||
|
||||
return provisioning_have_keys();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user