mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
Merge branch 'bugfix/esp_prov_default_pop' into 'master'
Change default PoP argument of esp_prov.get_security from None to string Closes IDFGH-5381 and IDFGH-5380 See merge request espressif/esp-idf!14353
This commit is contained in:
@@ -51,7 +51,7 @@ def on_except(err):
|
||||
print(err)
|
||||
|
||||
|
||||
def get_security(secver, pop=None, verbose=False):
|
||||
def get_security(secver, pop='', verbose=False):
|
||||
if secver == 1:
|
||||
return security.Security1(pop, verbose)
|
||||
elif secver == 0:
|
||||
|
Reference in New Issue
Block a user