Skip to content

Commit

Permalink
Updated error message when the hex file was too big, Updated dependen…
Browse files Browse the repository at this point in the history
…cies, v2.1.1

See crycode-de/mcp-can-boot#6
  • Loading branch information
crycode-de committed Jul 5, 2022
1 parent 01a2415 commit a03ab90
Show file tree
Hide file tree
Showing 5 changed files with 1,201 additions and 351 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MCP-CAN-Boot Flash-App Changelog

## v2.1.1 2022-07-05

* Updated error message when the hex file was too big
* Updated dependencies

## v2.1.0 2021-06-18

* Added support for Standard Frame Format (SFF) CAN-IDs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ npx mcp-can-boot-flash-app -r -f - -p m328p -m 0x0042

[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/)

Copyright (C) 2020-2021 Peter Müller <[email protected]> [https://crycode.de](https://crycode.de)
Copyright (C) 2020-2022 Peter Müller <[email protected]> [https://crycode.de](https://crycode.de)
2 changes: 1 addition & 1 deletion flash-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ https://github.com/crycode-de/mcp-can-boot`)

case CMD_FLASH_ADDRESS_ERROR:
console.log('Flash address error!');
console.log('Maybe the hex file is not for this MCU type?');
console.log('Maybe the hex file is not for this MCU type or the application is too large to be used together with the bootloader?');
break;

case CMD_FLASH_READY:
Expand Down
Loading

0 comments on commit a03ab90

Please sign in to comment.