More missed updates

This commit is contained in:
Ben V. Brown
2022-07-25 22:02:48 +10:00
parent 67d10e7c6b
commit 5cac47e3a8
2 changed files with 4 additions and 2 deletions

View File

@@ -291,4 +291,6 @@ uint64_t getDeviceID() {
uint8_t getTipResistanceX10() { return TIP_RESISTANCE; } uint8_t getTipResistanceX10() { return TIP_RESISTANCE; }
uint8_t preStartChecksDone() { return 1; }
uint8_t getTipThermalMass() { return TIP_THERMAL_MASS; } uint8_t getTipThermalMass() { return TIP_THERMAL_MASS; }

View File

@@ -9,7 +9,7 @@
#include "configuration.h" #include "configuration.h"
#ifdef TEMP_uV_LOOKUP_HAKKO #ifdef TEMP_uV_LOOKUP_HAKKO
const uint16_t uVtoDegC[] = { const int32_t uVtoDegC[] = {
// //
// //
0, 0, // 0, 0, //
@@ -69,7 +69,7 @@ const uint16_t uVtoDegC[] = {
#ifdef TEMP_uV_LOOKUP_TS80 #ifdef TEMP_uV_LOOKUP_TS80
const uint16_t uVtoDegC[] = { const int32_t uVtoDegC[] = {
// //
// //
530, 0, // 530, 0, //