dernasherbrezon

Results 35 comments of dernasherbrezon

> No problem with the quantization of 12bit data in a 16bit container. The RF noise overrides the quantization noise in a properly working system. I meant something different though:...

It seems caused by empty file. Is it possible to generate user-friendly exception with better explanation?

@spthm I feel your pain :) This is not stale! Still valid issue for v4.0.3: ``` [2025/06/18 16:35:26] [ info] [fluent bit] version=4.0.3, commit=, pid=27614 [2025/06/18 16:35:26] [ info] [storage]...

Good idea! However normally `void *ctx` is set together with the callback. Here is very quick example I was able to find: ``` BaseType_t xTaskCreatePinnedToCore( TaskFunction_t pxTaskCode, const char *...

User context object was included into 5.x release. This release contains several backward incompatible changes including this one. ```c void sx127x_rx_set_callback(void (*rx_callback)(void *, uint8_t *, uint16_t), void *arg, sx127x *device);...