mirror of
https://github.com/arwidcool/Solder-Plate.git
synced 2024-11-24 06:50:14 +01:00
Merge Conflic resolve
This commit is contained in:
parent
abce4ae4be
commit
9f901b6554
@ -16,6 +16,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
#define MOSTFET_PIN 17
|
||||
|
||||
double currentTemp = 0;
|
||||
@ -30,6 +31,8 @@ OledDisplay oled = OledDisplay();
|
||||
|
||||
TemperatureController temperatureController ;
|
||||
|
||||
TFT_Display tftDisplay ;
|
||||
|
||||
|
||||
|
||||
|
||||
@ -89,6 +92,8 @@ void loop()
|
||||
Serial.println("State changed from " + String(STATE_STR(state)) + " to " + String(STATE_STR(newState)));
|
||||
// State changed from state to newState (user input or wifi input needs to be above here)
|
||||
if (newState == PREHEAT) {
|
||||
|
||||
tftDisplay.init(&chosenReflowProfile);
|
||||
chosenReflowProfile.start();
|
||||
// Start the PID
|
||||
pidController.start();
|
||||
|
Loading…
Reference in New Issue
Block a user