# HG changeset patch # User Ethan Zonca # Date 2015-12-19 18:28:16 # Node ID a8dc1992dd1a3f505aaa1cb6f57bdd741017a161 # Parent 74b1bacb8466ae504fa91e4726f7b07f266017ec Added hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,5 @@ +# use glob syntax. +syntax: glob + +*.o +build/* diff --git a/config.h b/config.h --- a/config.h +++ b/config.h @@ -2,8 +2,8 @@ #define CONFIG_H // Temperature sensor type -#define MAX31855_TC_SENSOR -//#define MAX31865_RTD_SENSOR +//#define MAX31855_TC_SENSOR +#define MAX31865_RTD_SENSOR // Virtual serial port transmit rate