Switch back to HardwarePWM to prevent ticking noise from power supply while heating the bed.

This commit is contained in:
Knutwurst
2022-02-09 10:37:35 +01:00
parent 23609b0d40
commit 7071629534
2 changed files with 5 additions and 5 deletions

View File

@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.4.0"
#define CUSTOM_BUILD_VERSION "1.4.1"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2022-02-07"
#define STRING_DISTRIBUTION_DATE "2022-02-09"
#endif
/**