Arduino nano 33 ble sense: Firmware is not working even after changing to a different version

trying to flash firmware for Arduino Nano 33 BLE Sense using windows 11 os. Other version also encountered the same problem

Hi @davidngan

let me investigate this bug.

Hi @davidngan ,

in flash_windows.bat can you try to change this line
if (!CLI_MAJOR! LEQ !EXPECTED_CLI_MAJOR!) if (!CLI_MINOR! LSS !EXPECTED_CLI_MINOR!) GOTO UPGRADECLI
to
if !CLI_MAJOR! LEQ !EXPECTED_CLI_MAJOR! if !CLI_MINOR! LSS !EXPECTED_CLI_MINOR! GOTO UPGRADECLI

by removing the brackets.

thank you!

fv

1 Like

Thank you, that solved the problem!

glad it worked, the fix should be in production soon.

fv

1 Like