Add and init retry counter to MH-Z19(B)

This commit is contained in:
arendst 2017-12-19 12:45:13 +01:00
parent e0f14b2e87
commit 421c498e5d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/*********************************************************************************************\