feat(nvs): NVS tool add key consistency check

This commit is contained in:
Adam Múdry
2023-08-30 17:03:04 +02:00
parent c276e2ca05
commit d42bde0378
2 changed files with 44 additions and 14 deletions

View File

@@ -110,7 +110,7 @@ def main() -> None:
if args.integrity_check:
nvs_log.info()
nvs_check.integrity_check(nvs, nvs_logger)
nvs_check.integrity_check(nvs, nvs_log)
if __name__ == '__main__':