File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- const String gitVersion = 'v24.4.1-17-gda4 +' ;
1+ const String gitVersion = 'v24.4.1-8-g3698 +' ;
Original file line number Diff line number Diff line change 1- #define VERSION "v24.4.1-17-gda4 +"
1+ #define VERSION "v24.4.1-8-g3698 +"
Original file line number Diff line number Diff line change 11#include " wrappers/ThermalProbe_TC.h"
22
3- #if defined(ARDUINO_CI_COMPILATION_MOCKS)
4- #define _GLIBCXX_TYPE_TRAITS 1
5- #define _GLIBCXX_CMATH 1
6- #if __APPLE__
7- #define _GLIBCXX_NUMERIC_LIMITS 1
8- #endif
9- #endif
10-
11- #include " model/Statistic.h"
123#include " model/TC_util.h"
134#include " wrappers/DateTime_TC.h"
145#include " wrappers/EEPROM_TC.h"
156#include " wrappers/Serial_TC.h"
167
17- Statistic uncorrectedThermalSample;
18-
198// class instance variables
209/* *
2110 * static variable for singleton
Original file line number Diff line number Diff line change 8080#pragma once
8181#include < Arduino.h>
8282
83+ #if defined(ARDUINO_CI_COMPILATION_MOCKS)
84+ #define _GLIBCXX_TYPE_TRAITS 1
85+ #define _GLIBCXX_CMATH 1
86+ #if __APPLE__
87+ #define _GLIBCXX_NUMERIC_LIMITS 1
88+ #endif
89+ #endif
90+
91+ #include " model/Statistic.h"
92+
8393#if defined(ARDUINO_CI_COMPILATION_MOCKS)
8494#ifndef ARDUINO
8595#define ARDUINO 100
@@ -135,6 +145,7 @@ class ThermalProbe_TC {
135145 uint16_t historyIndex = 0 ;
136146 float correction = 0.0 ;
137147 uint32_t lastTime = 0 ;
148+ Statistic uncorrectedThermalSample;
138149
139150 // Methods
140151 ThermalProbe_TC ();
You can’t perform that action at this time.
0 commit comments