mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-30 04:19:59 -07:00
One of too many. Cloning the Apps from gh for easy-updates
This commit is contained in:
@@ -43,7 +43,7 @@ const SensorType DHT12_SW = {
|
||||
.updater = unitemp_singlewire_update};
|
||||
const SensorType DHT21 = {
|
||||
.typename = "DHT21",
|
||||
.altname = "DHT21/AM2301",
|
||||
.altname = "DHT21 (AM2301)",
|
||||
.interface = &SINGLE_WIRE,
|
||||
.datatype = UT_DATA_TYPE_TEMP_HUM,
|
||||
.pollingInterval = 1000,
|
||||
@@ -54,7 +54,7 @@ const SensorType DHT21 = {
|
||||
.updater = unitemp_singlewire_update};
|
||||
const SensorType DHT22 = {
|
||||
.typename = "DHT22",
|
||||
.altname = "DHT22/AM2302",
|
||||
.altname = "DHT22 (AM2302)",
|
||||
.interface = &SINGLE_WIRE,
|
||||
.datatype = UT_DATA_TYPE_TEMP_HUM,
|
||||
.pollingInterval = 2000,
|
||||
|
||||
Reference in New Issue
Block a user