mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(nvs): NVS tool add key consistency check
This commit is contained in:
@@ -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__':
|
||||
|
Reference in New Issue
Block a user