tm3d
/
owTools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c6aa22
)
New SHT35/31
author
Tobias
<tm@tm3d.de>
Tue, 21 Feb 2017 19:53:58 +0000
(20:53 +0100)
committer
Tobias
<tm@tm3d.de>
Tue, 21 Feb 2017 19:53:58 +0000
(20:53 +0100)
src/owDeviceConfig.cpp
patch
|
blob
|
history
diff --git
a/src/owDeviceConfig.cpp
b/src/owDeviceConfig.cpp
index
21dc7fe
..
653d32c
100644
(file)
--- a/
src/owDeviceConfig.cpp
+++ b/
src/owDeviceConfig.cpp
@@
-270,6
+270,8
@@
std::string owDeviceConfig::getSensorChip(uint8_t ch) {
case 17: s="MAX1164/TGS8100";break; // VOC-Sensor
case 18: s="TGS8100 direkt";break; // VOC-Sensor
case 19: s="DS2423";break; // Counter
+ case 20: s="SHT35";break; // Feuchte/Temperatur Bester
+ case 21: s="SHT31";break; // Feuchte/Temperautr
default: return "";
}
return s;