Rename, adjust Dagoma F5 (#19947)

This commit is contained in:
Orel
2020-10-30 02:02:29 +01:00
committed by GitHub
parent dde86a4179
commit a272c019f9
5 changed files with 120 additions and 9 deletions

View File

@@ -105,6 +105,9 @@ typedef struct { int16_t value, celsius; } temp_entry_t;
#if ANY_THERMISTOR_IS(15) // JGAurora A5 thermistor calibration
#include "thermistor_15.h"
#endif
#if ANY_THERMISTOR_IS(17) // Dagoma NTC 100k white thermistor
#include "thermistor_17.h"
#endif
#if ANY_THERMISTOR_IS(18) // ATC Semitec 204GT-2 (4.7k pullup) Dagoma.Fr - MKS_Base_DKU001327
#include "thermistor_18.h"
#endif