Merge branch 'jgromes:master' into master

This commit is contained in:
Robert 2022-02-26 18:51:09 -05:00 committed by GitHub
commit e8cb698417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,9 @@ void setFlagTimeout(void) {
// is detected within timeout period
// IMPORTANT: this function MUST be 'void' type
// and MUST NOT have any arguments!
#if defined(ESP8266) || defined(ESP32)
ICACHE_RAM_ATTR
#endif
void setFlagDetected(void) {
// check if the interrupt is enabled
if(!enableInterrupt) {