mirror of https://github.com/arendst/Tasmota.git
Add and init retry counter to MH-Z19(B)
This commit is contained in:
parent
e0f14b2e87
commit
421c498e5d
|
@ -71,7 +71,7 @@ char mhz19_types[7];
|
|||
|
||||
float mhz19_temperature = 0;
|
||||
uint8_t mhz19_timer = 0;
|
||||
uint8_t mhz19_retry = 0;
|
||||
uint8_t mhz19_retry = MHZ19_RETRY_COUNT;
|
||||
Ticker mhz19_ticker;
|
||||
|
||||
/*********************************************************************************************\
|
||||
|
|
Loading…
Reference in New Issue