Jeroen van Ingen Schenau
Jeroen van Ingen Schenau
The board that I'm using is the "SenseBox MCU" from [SenseBox ](https://sensebox.de/en/), with [this board support package](https://github.com/sensebox/senseBoxMCU-core). Yes, I'm using LMIC version 1.5.0+arduino3. There is an older LMIC library included...
Using board 'sb' from platform in folder: C:\Users\ingenj\AppData\Local\Arduino15\packages\sensebox\hardware\samd\1.3.1 Using core 'arduino' from platform in folder: C:\Users\ingenj\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.8.5
> I do notice that I have an older Arduino SAMD version (1.6.17, whereas you're using 1.8.5). I'll try upgrading later, to see if that works (or you could try...
Great! I'll try that in a bit. First update: without any other code changes, Arduino SAMD version 1.6.21 (last 1.6) works fine too; 1.8.3 and 1.8.5 don't. However, with your...
The code is still calling os_runloop_once() in the loop, that's not different from the non-broken case. There is no complex code in the loop (just blinking a LED twice a...
@matthijskooijman I committed your suggested change in my fork (https://github.com/JeroenvIS/arduino-lmic/commit/42f4eb01a1b4895faf74d045484aaad25058f016); it compiles cleanly both with and without #define LMIC_PRINTF_TO Serial, even with Arduino core 1.8.5. So I think this is...
> There is no complex code in the loop (just blinking a LED twice a second, by driving an output based on int(millis() / 500) % 2. Just to make...
As I usually run Ubuntu LTS versions for a long time, I only ran into this recently by upgrading to Bionic / 18.04 - I too loved the multitasking made...
@ollyg Just checked on my install, I can confirm the findings from @ouidmp. However, I don't see an indication yet that this is actually an issue for SNMP::Info. I suspect...
I'm not an experienced Home Assistant dev yet, but since active participation is requested after submitting a PR, I selected this PR to review. The code looks clean to me....