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:
Olaf Rempel 2020-02-02 00:08:13 +01:00
parent 964c933bf3
commit c5f5a74783
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -21,7 +21,7 @@
#include <avr/boot.h>
#include <avr/pgmspace.h>
#define VERSION_STRING "TWIBOOT v2.1"
#define VERSION_STRING "TWIBOOT v3.0"
#define EEPROM_SUPPORT 1
#define LED_SUPPORT 1
#define USE_CLOCKSTRETCH 0