tm3d
/
owTools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e1dd23
)
more Device-Codes
author
Tobias
<tm@tm3d.de>
Sat, 30 Dec 2017 21:39:47 +0000
(22:39 +0100)
committer
Tobias
<tm@tm3d.de>
Sat, 30 Dec 2017 21:39:47 +0000
(22:39 +0100)
src/owDeviceConfig.cpp
patch
|
blob
|
history
diff --git
a/src/owDeviceConfig.cpp
b/src/owDeviceConfig.cpp
index
33f9769
..
5322668
100644
(file)
--- a/
src/owDeviceConfig.cpp
+++ b/
src/owDeviceConfig.cpp
@@
-314,6
+314,8
@@
std::string owDeviceConfig::getSensorChip(uint8_t ch) {
case 24: s="BMP680";break;
case 25: s="SGP30";break;
case 26: s="SGPC3";break;
+ case 27: s="iAQ-core C";break;
+ case 28: s="HDC2010";break;
default: return "";
}
return s;