Forráskód Böngészése

Merge pull request #571 from PavelSindler/MK25_selftest

commit nr changed, default repository changed to unknown
PavelSindler 7 éve
szülő
commit
2b78394516
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Firmware/Configuration.h

+ 2 - 2
Firmware/Configuration.h

@@ -8,11 +8,11 @@
 
 // Firmware version
 #define FW_VERSION "3.1.3"
-#define FW_COMMIT_NR   297
+#define FW_COMMIT_NR   301
 // FW_VERSION_UNKNOWN means this is an unofficial build.
 // The firmware should only be checked into github with this symbol.
 #define FW_DEV_VERSION FW_VERSION_UNKNOWN
-#define FW_REPOSITORY "Prusa3D/MK3"
+#define FW_REPOSITORY "Unknown"
 #define FW_VERSION_FULL FW_VERSION "-" STR(FW_COMMIT_NR)
 
 // Debug version has debugging enabled (the symbol DEBUG_BUILD is set).