Manuel Bl.

Results 190 comments of Manuel Bl.

What NuGet packages (related to Swiss QR bill) does your project refer to? Do you have a .NET project for a Windows application, or another project type? Do you have...

I can reproduce the problem in this specific configuration: - .NET Framework 4.6.x - ASP.NET Web API project - SwissQRBill indirectly used by class library referenced from Web API project...

Version 5.0 is still under development. No version has been officially released yet, not even an early release candidate. Thus, I haven't cared testing the library with it yet. Please...

Hi Dylan I propose you experiment with the following macros: ``` LMIC_ENABLE_event_logging=1 LMIC_DEBUG_LEVEL=1 LMIC_DEBUG_LEVEL=2 ``` and then watch for `scan_mac_cmds_link_adr` and `applyAdrRequests`. It is a functionality that this library fully...

@DylanGWork I'm surprised you are getting these errors. It successfully builds when I add the following lines to the top most `CMakeLists.txt`: ``` add_definitions( -DLMIC_ENABLE_event_logging=1 -DLMIC_DEBUG_LEVEL=2 ) ``` Additionally, I...

This output doesn't look familiar. I've never seen such a loop. The most suspicious part is the transmission right after the join. It's still within the window of the first...

The 8 channel limitation could indeed be an issue. The good news is that the underlying LMIC library has just released a new version, which supposedly improves the channel handling...

@DylanGWork It's currently not possible to set DR. That's planned though. There are no plans however for single channel operation.

An upcoming version will support a few changes relevant for you (@BryanMM and @DylanGWork): - Sub-band 2 is automatically selected for regions with sub-bands (incl. US915). If that's insufficient, it...

@DylanGWork Thanks for testing. Yes, the C version is new too.