Nathan McMinn

Results 10 comments of Nathan McMinn

I'm running into a similar issue on an ESP32 based board with the ttn-abp example. From the look of things the second message is never actually sent. It is queued...

Found the issue, at least for me. On an ESP32 board, there is an issue that breaks LMIC's hal_ticks. In short, some versions of the ESP32 Arduino core have an...

Are you using the .AMP builds, or building from source?

OK, I patched a few bugs since the last release, including one that looks similar to what you are experiencing. I would suggest building from source (using Maven it is...

A new release has been published that incorporates all of the current bugfixes. If you have not yet built from source, you can just download the new release.

I'm running into a similar problem here. Trying to share a CSV file from another app to be received by my Flutter app, and the file that comes into the...

If anyone else is looking at this issue, the fix in this PR seems to have worked for me: https://github.com/KasemJaffer/receive_sharing_intent/pull/71

I think the same issue is reported here as well: https://github.com/KasemJaffer/receive_sharing_intent/issues/139

Totally untested with 5.1. That's next on my list. I'll leave this issue open to track progress.

1.4.0 is posted as a release, and had been tested with 5.1.e. Please give it a try and let me know if it resolves your issue.