[SX127x] Added missin ISR flag for ESP32/ESP8266

pull/481/head^2
jgromes 2022-02-26 18:01:34 +01:00
rodzic 78536f9427
commit 70acd5b9aa
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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