Max Prokhorov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
code/espurna/sensor.ino
|
@ -734,6 +734,7 @@ void _sensorLoad() { |
|
|
sensor->setSCK(MAX6675_SCK_PIN); |
|
|
sensor->setSCK(MAX6675_SCK_PIN); |
|
|
_sensors.push_back(sensor); |
|
|
_sensors.push_back(sensor); |
|
|
} |
|
|
} |
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
#if VEML6075_SUPPORT
|
|
|
#if VEML6075_SUPPORT
|
|
|
{ |
|
|
{ |
|
|