|
|
for i, counter_state in zip_longest(range(4), ('The value is not initialized yet!',), fillvalue='Done'):
|
|
for i, counter_state in zip_longest(range(4), ('The value is not initialized yet!',), fillvalue='Done'):
|
|
|
dut.expect('Opening Non-Volatile Storage \\(NVS\\) handle... Done', timeout=20)
|
|
dut.expect('Opening Non-Volatile Storage \\(NVS\\) handle... Done', timeout=20)
|
|
|
dut.expect('Reading restart counter from NVS ... {}'.format(counter_state), timeout=20)
|
|
dut.expect('Reading restart counter from NVS ... {}'.format(counter_state), timeout=20)
|