Skip to content

Commit

Permalink
correct -w output
Browse files Browse the repository at this point in the history
  • Loading branch information
YoyPa committed Apr 15, 2019
1 parent 74f657e commit e4afd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isw
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def ec_write(value):
for i in range(7):
file.seek(list_fsa[i])
file.write(bytes((list_fs[i],)))
print('Value '+hex(list_fs[i])+'('+str(list_fs[i])+'°C)'+' written at '+hex(list_fsa[i])+'(byte'+str(list_fsa[i])+')')
print('Value '+hex(list_fs[i])+'('+str(list_fs[i])+'%)'+' written at '+hex(list_fsa[i])+'(byte'+str(list_fsa[i])+')')

# option -s
# argumentparser va lancer deux fois la fonction avec un value different au lieu de créer une liste...
Expand Down

0 comments on commit e4afd91

Please sign in to comment.