We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af06ad2 commit 324b076Copy full SHA for 324b076
2 files changed
BootloaderTest/Constants.h
@@ -90,7 +90,7 @@ static const uint8_t LAST_ADDRESS = 15;
90
static const uint8_t MAX_EXTRA_INFO = 16;
91
92
// Expected values
93
-static const uint16_t PROTOCOL_VERSION = 0x0201;
+static const uint16_t PROTOCOL_VERSION = 0x0202;
94
#if defined(TEST_SUBJECT_ATTINY)
95
static const uint8_t HARDWARE_TYPE = 0x01;
96
static const uint8_t HARDWARE_COMPATIBLE_REVISION = 0x01;
Makefile
@@ -11,7 +11,7 @@
11
#
12
# To compile, just make sure that avr-gcc and friends are in your path
13
# and type "make".
14
-PROTOCOL_VERSION = 0x0201
+PROTOCOL_VERSION = 0x0202
15
16
CPPSRC = $(wildcard *.cpp)
17
CPPSRC += $(ARCH)/SelfProgram.cpp $(ARCH)/uart.cpp $(ARCH)/Reset.cpp $(ARCH)/Clock.cpp
0 commit comments