fixes
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#include <Arduino.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace {
|
||||
namespace nsThermometer {
|
||||
const float R_REF = 3000.0;
|
||||
const float PT1000_R0 = 1000.0;
|
||||
const float PT1000_Coeff = 3.85e-3;
|
||||
|
Reference in New Issue
Block a user