Fix WDT reset during dallas search algorithm (#3293)

This commit is contained in:
wysiwyng
2022-03-16 20:33:05 +01:00
committed by GitHub
parent 0372d17a11
commit e621b938e3
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -60,7 +60,6 @@ class ESPOneWire {
ISRInternalGPIOPin pin_;
uint8_t last_discrepancy_{0};
uint8_t last_family_discrepancy_{0};
bool last_device_flag_{false};
uint64_t rom_number_{0};
};