Daniel Siviter
Daniel Siviter
I've just come across this one. It looks to be caused by the type erasure of the lambda expression as `TyrusSession#notifyPongHandler` is trying to infer the type rather than getting...
FYI I've raised this issue with Arduino Support.
@leonardocavagnis I've tried the approach you've stated and as it is actually sending a byte it has some unintended consequences. For example, it seems to force a AHT20 into an...
I've had a go including the 'zigbee' files from the SDK, but there are so many and it's difficult to understand what's actually required. Any guidance would be appricated.
Thanks @HarelM. Sounds like a big change, maybe a comment in the docs about the conversion, unless I missed an existing one.
Further clarification, I'm using Helidon SE 4.2.7, building the image using `maven:3.9-eclipse-temurin-25-alpine` image. I upgraded the `helidon-maven-plugin` to 4.0.23 to ensure this wasn't fixed in latest.
For context, it seems this value is dynamic in other copies of the same library:[STMicroelectronics/STM32CubeL4#lib_NDEF_Text.h](https://github.com/STMicroelectronics/STM32CubeL4/blob/v1.18.1/Projects/B-L4S5I-IOT01A/Applications/NFC/Common/lib_nfc/lib_NDEF/Core/inc/lib_NDEF_Text.h#L44)
Thanks @cparata , a customisable value would work for me.
@cparata When I've worked it out, I'll try and submit a PR. I'm also trying to use External types which seems to be partially implemented.
Thanks @pennam. I've been fighting this for the last few hours and I just can't get it to build. It's stopping here: ```bash (mbed) dansi:~/Arduino/hardware/arduino-git/mbed$ ./mbed-os-to-arduino GIGA:GIGA MBED_CLEAN=0 MBED_UPDATE=0 APPLY_PATCHES=0...