Update include/config.h

Added Temperature correction offset for inaccurate DS18b20 sensors
This commit is contained in:
gronod 2024-07-03 09:50:42 +01:00
parent 221bef8948
commit cb6e26718a

View File

@ -20,6 +20,7 @@
#define SPEED (RPM * STEPS_PER_REV / 60.0)
#define TEMP_SENSOR_PIN 13
#define NUM_DEV_SEQUENCES 6
#define TEMP_OFFSET_DEG_C 0.4 //Temperature correction offset for inaccurate DS18b20 sensors
extern const char *version;
extern Keypad keypad;