Skip to content

Commit

Permalink
Update firmware to prevent a crash in Span<T> ctor
Browse files Browse the repository at this point in the history
... when T is an array type.
  • Loading branch information
pgrawehr committed Dec 26, 2024
1 parent 9c78a6e commit 6190c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/ArduinoCsCI.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REM Second argument is either "Debug" or "Release"
if %1!==! goto :usage

REM Defines the revision to check out in the ExtendedConfigurableFirmata repo
set FIRMATA_SIMULATOR_CHECKOUT_REVISION=fd994d309bbb71242bfca8c6732fb93a63ed92b1
set FIRMATA_SIMULATOR_CHECKOUT_REVISION=0d4bfebb87c2737dfce0b08e6c4b714447d98e40
set RUN_COMPILER_TESTS=FALSE

choco install -y --no-progress arduino-cli
Expand Down

0 comments on commit 6190c19

Please sign in to comment.