Skip to content

Commit

Permalink
set messenger buffersize to 90 for all boards like for the mega
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Oct 31, 2024
1 parent 5fa8163 commit 7e43477
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 7e43477

Please sign in to comment.