Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2024-07-17 19:31:51 +00:00
commit e69be076fc

View file

@ -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)