File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ strings_test: all
101
101
@strings $(TARGET_farmduino_k15_HEX ) .bin | grep -q " .H.genesisK15"
102
102
@strings $(TARGET_farmduino_k16_HEX ) .bin | grep -q " .I.genesisK16"
103
103
@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"
105
105
106
106
force_clean : remove_temp
107
107
$(RM ) -r $(BUILD_DIR ) $(BIN_DIR )
Original file line number Diff line number Diff line change 9
9
#ifndef CONFIG_H_
10
10
#define CONFIG_H_
11
11
12
- const char SOFTWARE_VERSION [] = "6.6.20 \0" ;
12
+ const char SOFTWARE_VERSION [] = "6.6.21 \0" ;
13
13
14
14
const int LOGGING = 0 ;
15
15
@@ -294,7 +294,7 @@ enum MdlSpiEncoders
294
294
#endif
295
295
296
296
#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"
298
298
#endif
299
299
300
300
#ifndef FARMBOT_BOARD_ID
You can’t perform that action at this time.
0 commit comments