diff --git a/inc/config.h b/inc/config.h --- a/inc/config.h +++ b/inc/config.h @@ -2,18 +2,17 @@ #define CONFIG_H +////////////////////////////////////////////////////// +// Sensor Type +////////////////////////////////////////////////////// +//#define MAX31855_TC_SENSOR +//#define MAX31865_RTD_SENSOR +#define MAX_WHATEVERTHENEWONEIS + ////////////////////////////////////////////////////// -// Watchdog Settings +// USB ////////////////////////////////////////////////////// -//#define WATCHDOG_ENABLE - - - -// Temperature sensor type -#define MAX31855_TC_SENSOR -//#define MAX31865_RTD_SENSOR - // Virtual serial port transmit rate #define VCP_TX_FREQ 1000 @@ -25,18 +24,18 @@ #define PID_PERIOD 120 - -// Pin settings -#define LED_POWER GPIOF,GPIO_PIN_0 -#define MAX_CS GPIOA,GPIO_PIN_15 - -#define SSR_PIN GPIOA, GPIO_PIN_1 - +////////////////////////////////////////////////////// +// Other settings +////////////////////////////////////////////////////// // Add bootloader option to top of idle screen menu #define BOOTLOADER_SHORTCUT +////////////////////////////////////////////////////// +// Default Settings +////////////////////////////////////////////////////// + #define DEFAULT_BOOT_TO_BREW 0 #define DEFAULT_TEMP_UNITS TEMP_UNITS_FAHRENHEIT #define DEFAULT_WINDUP_GUARD 10 @@ -50,6 +49,12 @@ #define DEFAULT_HYSTERESIS 1 +////////////////////////////////////////////////////// +// Watchdog Settings +////////////////////////////////////////////////////// +//#define WATCHDOG_ENABLE + + // Internal macros #define hal_init HAL_Init