소스 검색

Remove version check

Yuri D'Elia 6 년 전
부모
커밋
a742afcebd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -6612,7 +6612,7 @@ static void lcd_colorprint_change() {
 //          redefine our custom handling functions to mimick other tunables
 //          redefine our custom handling functions to mimick other tunables
 #define MSG_ADVANCE_K PSTR("Advance K:")
 #define MSG_ADVANCE_K PSTR("Advance K:")
 
 
-#if FW_COMMIT_NR <= 2266
+#if 1
 // TODO: this is a stub to be removed for FW >3.7.1
 // TODO: this is a stub to be removed for FW >3.7.1
 const static char menu_fmt_float13_k[] PROGMEM = "%c%-13.13S%+5.3f";
 const static char menu_fmt_float13_k[] PROGMEM = "%c%-13.13S%+5.3f";
 const static char menu_fmt_float13off_k[] PROGMEM = "%c%-13.13S%6.6s";
 const static char menu_fmt_float13off_k[] PROGMEM = "%c%-13.13S%6.6s";