tinic

Results 3 comments of tinic

It's totally possible to port this to esp32. I did a quick and ugly port here https://github.com/tinic/ESP8266_ArtNetNode_v2 for a ESP32-POE module. It'll take another few weeks to port over all...

Looks like the optimizer gets confused about an unsigned signed compare. This fixes the issue and is probably cleaner also: ```patch --- a/src/apps/LoRaMac/common/LmHandler/packages/FragDecoder.c +++ b/src/apps/LoRaMac/common/LmHandler/packages/FragDecoder.c @@ -589,7 +589,7 @@ static...

Sadly, the introduction of the new Bluetooth stack in 2022.8 completely broke this PR. I don't see an easy way to fix it. Issues I found so far: - Home...