mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-03 16:35:10 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
53af1a1282
@ -206,6 +206,8 @@ def _flash_uf2(file):
|
||||
|
||||
|
||||
def flasher(mcu, file):
|
||||
# Avoid "expected string or bytes-like object, got 'WindowsPath" issues
|
||||
file = file.as_posix()
|
||||
bl, details = _find_bootloader()
|
||||
# Add a small sleep to avoid race conditions
|
||||
time.sleep(1)
|
||||
|
Loading…
Reference in New Issue
Block a user