Skip to content

Commit 3a59596

Browse files
bump version (6.6.21)
1 parent ce3d27a commit 3a59596

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ strings_test: all
101101
@strings $(TARGET_farmduino_k15_HEX).bin | grep -q ".H.genesisK15"
102102
@strings $(TARGET_farmduino_k16_HEX).bin | grep -q ".I.genesisK16"
103103
@strings $(TARGET_express_k10_HEX).bin | grep -q ".E.expressK10"
104-
@strings $(TARGET_express_k11_HEX).bin | grep -q ".E.expressK11"
104+
@strings $(TARGET_express_k11_HEX).bin | grep -q ".D.expressK11"
105105

106106
force_clean: remove_temp
107107
$(RM) -r $(BUILD_DIR) $(BIN_DIR)

src/Config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef CONFIG_H_
1010
#define CONFIG_H_
1111

12-
const char SOFTWARE_VERSION[] = "6.6.20\0";
12+
const char SOFTWARE_VERSION[] = "6.6.21\0";
1313

1414
const int LOGGING = 0;
1515

@@ -294,7 +294,7 @@ enum MdlSpiEncoders
294294
#endif
295295

296296
#if defined(FARMDUINO_EXP_V22) && !defined(SOFTWARE_VERSION_SUFFIX)
297-
#define SOFTWARE_VERSION_SUFFIX ".E.expressK11\0"
297+
#define SOFTWARE_VERSION_SUFFIX ".D.expressK11\0"
298298
#endif
299299

300300
#ifndef FARMBOT_BOARD_ID

0 commit comments

Comments
 (0)