jq_flasher icon indicating copy to clipboard operation
jq_flasher copied to clipboard

Tool for flashing BL702 mcu.

Results 3 jq_flasher issues
Sort by recently updated
recently updated
newest added

Works fine if running from the project directory. Attempting to launch from anywhere else (eg: current project) ```system python3 ~/jqflasher/main.py --chipname bl702 --port /dev/ttyUSB0 --firmware myfirmware.bin ``` results in ```...

I tested this out on an XT-ZB1 DevKit, and found that it could not connect. But if I set boot_pin_inverted to False, it connects just fine. ![image](https://user-images.githubusercontent.com/60134748/190846233-5c968e06-2b17-44c3-8d3e-c24cce9fd258.png) There is currently...