We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e780010 + ff30e57 commit 12895deCopy full SHA for 12895de
1 file changed
cflib/bootloader/cloader.py
@@ -204,7 +204,7 @@ def _update_info(self, target_id):
204
if len(answer.data) > 23 and len(answer.data) > 26:
205
code_state = ''
206
if answer.data[24] & 0x80 != 0:
207
- code_state = '+'
+ code_state = '+dev'
208
answer.data[24] &= 0x7F
209
major = struct.unpack('H', answer.data[23:25])[0]
210
minor = answer.data[25]
0 commit comments