Skip to content

Commit ce6c320

Browse files
committed
Updated OTA files
1 parent 1225deb commit ce6c320

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

OTA_Install/PIDKiln.ino.esp32.bin

-160 Bytes
Binary file not shown.

PIDKiln.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const int MAX_Prog_File_Size=10240; // maximum file size (bytes) that can be up
2424

2525
// MAX31855 variables/defs
2626
#define MAXCS1 27 // for hardware SPI - HSPI (MOSI-13, MISO-12, CLK-14) - 1st device CS-27
27-
#define MAXCS2 15 // same SPI - 2nd device CS-15 (comment out if no second thermocouple)
27+
//#define MAXCS2 15 // same SPI - 2nd device CS-15 (comment out if no second thermocouple)
2828

2929
// If you have power meter - uncoment this
3030
//#define ENERGY_MON_PIN 33 // if you don't use - comment out

0 commit comments

Comments
 (0)