Skip to content

Commit

Permalink
Add and init retry counter to MH-Z19(B)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Dec 19, 2017
1 parent e0f14b2 commit 421c498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonoff/xsns_15_mhz19.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*********************************************************************************************\
Expand Down

0 comments on commit 421c498

Please sign in to comment.