Increment major version
Make a major version bump since the clockstretching changes require retries/polling and might break current master implementations.
This commit is contained in:
parent
964c933bf3
commit
c5f5a74783
2
main.c
2
main.c
@ -21,7 +21,7 @@
|
|||||||
#include <avr/boot.h>
|
#include <avr/boot.h>
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
|
|
||||||
#define VERSION_STRING "TWIBOOT v2.1"
|
#define VERSION_STRING "TWIBOOT v3.0"
|
||||||
#define EEPROM_SUPPORT 1
|
#define EEPROM_SUPPORT 1
|
||||||
#define LED_SUPPORT 1
|
#define LED_SUPPORT 1
|
||||||
#define USE_CLOCKSTRETCH 0
|
#define USE_CLOCKSTRETCH 0
|
||||||
|
Loading…
Reference in New Issue
Block a user