Skip to content

Commit 5e6d998

Browse files
author
dasaki
committed
add PID_AutoTune_v0 submodule
1 parent 9f79ebf commit 5e6d998

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@
1717
[submodule "libraries/TimerOne"]
1818
path = libraries/TimerOne
1919
url = https://github.com/PaulStoffregen/TimerOne.git
20+
[submodule "libraries/Arduino-PID-AutoTune-Library"]
21+
path = libraries/Arduino-PID-AutoTune-Library
22+
url = https://github.com/br3ttb/Arduino-PID-AutoTune-Library

ReflowController/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//#define ALWAYS_FIRST_RUN
55
//#define FAKE_HW 1
6-
//#define PIDTUNE 1 // autotune wouldn't fit in the 28k available on my arduino pro micro.
6+
#define PIDTUNE 1 // autotune wouldn't fit in the 28k available on my arduino pro micro.
77
#define WITH_BEEPER // Enables Beeper
88
//#define WITH_FAN // Enables Lid opening Servo (not yet implemented)
99
//#define WITH_SERVO // Enables Lid opening Servo (not yet implemented)

0 commit comments

Comments
 (0)