[SX127x] Added missin ISR flag for ESP32/ESP8266

This commit is contained in:
jgromes 2022-02-26 18:01:34 +01:00
parent 78536f9427
commit 70acd5b9aa

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) {