mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2026-02-06 03:50:34 +01:00
Upgrade to LMIC version 3.2.0
This commit is contained in:
@ -139,6 +139,8 @@ void os_runloop () {
|
||||
|
||||
void os_runloop_once() {
|
||||
osjob_t* j = NULL;
|
||||
hal_processPendingIRQs();
|
||||
|
||||
hal_disableIRQs();
|
||||
// check for runnable jobs
|
||||
if(OS.runnablejobs) {
|
||||
|
||||
Reference in New Issue
Block a user