Skip to content
Snippets Groups Projects
Commit efe651e7 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Add THERMISTOR_NAME for 1000

parent 0b056970
Branches
Tags
No related merge requests found
...@@ -116,5 +116,7 @@ ...@@ -116,5 +116,7 @@
#define THERMISTOR_NAME "Dummy 1" #define THERMISTOR_NAME "Dummy 1"
#elif THERMISTOR_ID == 999 #elif THERMISTOR_ID == 999
#define THERMISTOR_NAME "Dummy 2" #define THERMISTOR_NAME "Dummy 2"
#elif THERMISTOR_ID == 1000
#define THERMISTOR_NAME "Custom"
#endif // THERMISTOR_ID #endif // THERMISTOR_ID
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment