Skip to content

Commit

Permalink
Release 4.0.1 Files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZeroBeast committed Dec 26, 2021
1 parent d886c9a commit e3ea910
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog of MMU2S Firmware
=============================
# v4.0.1 RMM
* Pulled Printer Code upstream to 3.10.1
* Minimal BLTouch refinements for MK3S printers

# v3.3.0 RMM
* Pulled Printer Code upstream to 3.10.0
* Implemented BLTouch support for MK3S and created and added extruder hardware to support this.
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[common_env_data]
build_flags =
-D BN=375
-D VERSION=3.3.0
-D BN=376
-D VERSION=4.0.1

[env:MMU2S]
platform = atmelavr
Expand Down
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#include "config_tzb.h"

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

#define WAKE_TIMER 300000 // 5m

Expand Down

0 comments on commit e3ea910

Please sign in to comment.