mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Fix compilation
This commit is contained in:
parent
e6b4a77abd
commit
f4851dbf55
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
#ifdef USE_DHT
|
#ifdef USE_DHT_V5
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321), SI7021 - Temperature and Humidity
|
* DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321), SI7021 - Temperature and Humidity
|
||||||
*
|
*
|
||||||
@ -155,5 +155,5 @@ bool Xsns06(uint8_t function) {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // USE_DHT
|
#endif // USE_DHT_V5
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user