Update include/config.h

Added
This commit is contained in:
gronod 2024-07-03 09:48:01 +01:00
parent 25e7f93151
commit be4a416bc4

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;