small script fixes

This commit is contained in:
Conor Patrick
2018-12-08 23:28:43 -05:00
parent 5dd3355bd8
commit 09778c7c51
4 changed files with 11 additions and 13 deletions

View File

@@ -132,11 +132,6 @@ class Programmer():
self.exchange(SoloBootloader.done,0,sig)
def wink(self,):
"""
If solo is configured as solo hacker or something similar,
this command will tell the token to boot directly to the bootloader
so it can be reprogrammed
"""
self.send_data_hid(CTAPHID.WINK,b'')
def enter_solo_bootloader(self,):