Change iso-tp URL to origin, bum revision

This commit is contained in:
Michael Balzer 2023-03-05 09:04:15 +01:00
parent f70fb1e760
commit 684150ac9d
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ To download, click the DOWNLOADS button in the top right corner, download the ZI
You will also need these libraries:
- [MCP_CAN_lib by Cory Fowler](https://github.com/coryjfowler/MCP_CAN_lib)
- [iso-tp by Heiko Krupp](https://github.com/dexterbg/iso-tp)
- [iso-tp by Heiko Krupp](https://github.com/altelch/iso-tp)
Enter your CAN module configuration in the `TwizyCfg_config.h` tab.

View file

@ -10,14 +10,14 @@
*
* Libraries used:
* - MCP_CAN: https://github.com/coryjfowler/MCP_CAN_lib
* - iso-tp: https://github.com/dexterbg/iso-tp [https://github.com/altelch/iso-tp]
* - iso-tp: https://github.com/altelch/iso-tp
*
* License:
* This is free software under GNU Lesser General Public License (LGPL)
* https://www.gnu.org/licenses/lgpl.html
*
*/
#define TWIZY_CFG_VERSION "V2.1.0 (2017-07-08)"
#define TWIZY_CFG_VERSION "V2.1.1 (2023-03-05)"
#include <EEPROM.h>