[SX127x] Added missin ISR flag for ESP32/ESP8266
This commit is contained in:
parent
78536f9427
commit
70acd5b9aa
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue