Skip to content

Commit

Permalink
Fixed build environment issue that bricked first 3.3.0 hex files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZeroBeast committed Oct 3, 2021
1 parent 9de5ea0 commit d886c9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[common_env_data]
build_flags =
-D BN=374
-D BN=375
-D VERSION=3.3.0

[env:MMU2S]
platform = atmelavr
extra_scripts = pre:.build/pre_build_script.py
board = prusa_mm_control
board = leonardo
framework = arduino
src_filter = +<*> -<variants>
build_flags = ${common_env_data.build_flags}
Expand All @@ -15,7 +15,7 @@ build_flags = ${common_env_data.build_flags}
[env:MMU2S-DoubleCutter]
platform = atmelavr
extra_scripts = pre:.build/pre_build_script.py
board = prusa_mm_control
board = leonardo
framework = arduino
src_filter = +<*> -<variants>
build_flags = ${common_env_data.build_flags}
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "config_tzb.h"

#define FW_VERSION 330 // example: 103 means version 1.0.3
#define FW_BUILDNR 374 // number of commits in 'master'
#define FW_BUILDNR 375 // number of commits in 'master'

#define WAKE_TIMER 300000 // 5m

Expand Down

0 comments on commit d886c9a

Please sign in to comment.