Skip to content

Commit

Permalink
Merge branch 'main' into improve_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
DocMoebiuz authored Jan 6, 2025
2 parents bb92c92 + c55adee commit 5c69e45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _Boards/Atmel/Board_Nano/arduino_nano.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"EEPROMSize": 286,
"ExtraConnectionRetry": true,
"ForceResetOnFirmwareUpdate": false,
"MessageSize": 64,
"MessageSize": 90,
"TimeoutForFirmwareUpdate": 60000
},
"HardwareIds": [
Expand Down
2 changes: 1 addition & 1 deletion _Boards/Atmel/Board_ProMicro/arduino_micro.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"EEPROMSize": 440,
"ExtraConnectionRetry": false,
"ForceResetOnFirmwareUpdate": true,
"MessageSize": 64
"MessageSize": 90
},
"HardwareIds": [
"^VID_1B4F&PID_9206",
Expand Down
2 changes: 1 addition & 1 deletion _Boards/Atmel/Board_Uno/arduino_uno.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"EEPROMSize": 286,
"ExtraConnectionRetry": true,
"ForceResetOnFirmwareUpdate": false,
"MessageSize": 64
"MessageSize": 90
},
"HardwareIds": [
"^VID_10C4&PID_EA60",
Expand Down
2 changes: 1 addition & 1 deletion _Boards/RaspberryPi/Pico/raspberrypi_pico.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"EEPROMSize": 1496,
"ExtraConnectionRetry": false,
"ForceResetOnFirmwareUpdate": true,
"MessageSize": 64
"MessageSize": 90
},
"HardwareIds": ["^VID_2E8A&PID_000A"],
"Info": {
Expand Down

0 comments on commit 5c69e45

Please sign in to comment.