Allow TEMP_CHAMBER_PIN override

This commit is contained in:
Scott Lahteine
2019-09-13 17:48:32 -05:00
parent f9961ddebb
commit ef8ce2e2e5
5 changed files with 20 additions and 5 deletions

View File

@@ -49,7 +49,10 @@
//
#define TEMP_0_PIN 2 // Analog Input
#define TEMP_BED_PIN 4 // Analog Input
#define TEMP_CHAMBER_PIN 5 // Analog Input
#ifndef TEMP_CHAMBER_PIN
#define TEMP_CHAMBER_PIN 5 // Analog Input
#endif
//
// Heaters