MoralHao
MoralHao
Hi: I just fix this problem, the remove need two steps: 1、[modify the pylink source code](https://github.com/square/pylink/pull/70/files) 2、 ``` def unsecure_device_hook(title, msg, flags): return pylink.enums.JLinkFlags.DLG_BUTTON_YES ... jlink = pylink.JLink(unsecure_hook=unsecure_device_hook) ... ```
Hi: I just fix this problem, the remove need two steps: 1、[modify the pylink source code](https://github.com/square/pylink/pull/70/files) 2、 ``` def unsecure_device_hook(title, msg, flags): return pylink.enums.JLinkFlags.DLG_BUTTON_YES ... jlink = pylink.JLink(unsecure_hook=unsecure_device_hook) ... ```