Oli Cooper
Oli Cooper
I looked at the code and I think it is because the `MqttHostedServer` starts before the `StartHandler` is registered ([seen here](https://github.com/chkr1011/MQTTnet/blob/8f1d4e3c22f3226570eec681bccef3a88c4ebd16/Source/MQTTnet/Server/MqttServer.cs#L178-L183)).. Try this test code: ```c# app.UseMqttServer(server => { server.StopAsync();...
Quite busy myself too so but I will see if I can make some time to work on something.. Any hints for me? I see usages of [ble_sm_inject_io](https://github.com/h2zero/NimBLE-Arduino/blob/f0bfd4c03ef6ab2fb01f04b231f0db7deab03c36/src/nimble/nimble/host/src/ble_sm.c#L2665) in [NimBLEServer](https://github.com/h2zero/NimBLE-Arduino/blob/f0bfd4c03ef6ab2fb01f04b231f0db7deab03c36/src/NimBLEServer.cpp#L524-L584)...
That firmware was built on before the patch was applied so it should exhibit the problem I describe. The workaround includes a function called `setFrequencyRaw` which isn't present in this...
So you have all the information here is a new elf file for Arduino v1.0.6 and v2.0.0 and associated logs. The builds are based on commit [60fbacf2acfa1341cf9cec9d9d86aec16b042eb6](https://github.com/olicooper/arduino-v2-esp32-platformio/tree/60fbacf2acfa1341cf9cec9d9d86aec16b042eb6) Arduino v2.0.0 ###...
My test environment uses PlatformIO, so I have validated against Arduino v2.0.2 as this is the [latest release](https://github.com/platformio/platform-espressif32/releases/tag/v4.2.0) available. Is there something specific in v2.0.3-RC1 that will address this issue?...
Thanks for the quick response. I will have to look in to how I can the the ASL for you because I don't have a debugging facility for the device...
I've managed to generate some assembly code for you but there are too many lines to strip sensitive info so I have emailed them to you instead. I hope that...
Sorry about that, I think gmail is causing the issue. I've resent it.
In my code I read from NVS storage during boot to decide if I should start the lora 'module' or not. If I have enabled the module it will start...
To simplify things I have created a simple reproducible example for you which can be found here on the `lorawan-test` branch: https://github.com/olicooper/arduino-v2-esp32-platformio/tree/lorawan-test I will also email you the elf and...