Adrian Soundy
Adrian Soundy
> The initial error which caused panic is in FreeContext, wasn't freeing serviceUuid but something else. ``` ble_context *context = &srvContext.bleSrvContexts[i]; if (context->serviceUuid) { platform_free(context->serviceUuid);
Found why we were getting out of memory issue. A static event listener was holding on to object references. Now will start / stop as per example code and managed...
This looks like a good addition to the nanoFramework. Your project looks mainly ok except for the Initialization of the WiFi. As it possible to run ESP-NOW and a Wifi...
I have created a nanoFramework.Hardware.Esp32.EspNow repo which you can now clone, update and create PR. Use another repo as template for required files etc. See section "Prepare the Initial Commit"...
nanoFramework.Hardware.Esp32.EspNow is probably not the best choice for this assembly as it not specific to any hardware component in ESP32. Will rename repo once name is decided on.
It has been decided to use the nanoFramework.EspNow namespace for this feature so repo has been renamed @SandorDobos
I don't see any PR for the hardware.Esp32now repo @SandorDobos
How is the progress of merging this to the develop branch? I am looking to create a version for the new ESP32 module and it would far easier if it...
I understand the issue you where facing but it seemed so much had already been done. So you want to base any platform related changes on the dtls branch. Is...
Issue with non Ethernet builds as still including NF_ESP32_Ethernet.cpp Will look in to it.