Skip to content

Commit

Permalink
Update FW_version string to final.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbel committed Jun 3, 2019
1 parent 75b12d6 commit 1952e0a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ Firmware/Doc
/Firmware/Firmware.vcxproj
/Firmware/Firmware.vcxproj.filters
/Firmware/__vm
build-env
/lang/*.bin
/lang/*.hex
/lang/*.dat
/lang/*.tmp
/lang/*.out
/lang/not_tran.txt
/lang/not_used.txt
/lang/progmem1.chr
/lang/progmem1.lss
/lang/progmem1.txt
/lang/progmem1.var
/lang/text.sym
/lang/textaddr.txt
2 changes: 1 addition & 1 deletion Firmware/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "Configuration_prusa.h"

// Firmware version
#define FW_version "3.2.2-RC1"
#define FW_version "3.2.2"

#define FW_PRUSA3D_MAGIC "PRUSA3DFW"
#define FW_PRUSA3D_MAGIC_LEN 10
Expand Down

0 comments on commit 1952e0a

Please sign in to comment.