Tommaso Clini
Tommaso Clini
When trying to build for esp32c3(or any riscv processor based esp32) tiny_types.c and tiny_types.h don't include the esp32/esp32_hal.inl(or .h, I don't remember). This can be fixed by adding to the...
This is a feature request, is this already planned? When are we going to get support for BLE on esp32 s3?
 I'm running monokai classic, I really like this theme, is there a way to customize the color of the variables inside the curly brackets as shown in the image(right...
Is an async version of this library planned? Have you used it in async applications? If yes, how? The embassy-net tcp socket only implements embedded_io_async traits.
I'd like to be able to choose between new and new_saturating for the implementation of deserialize, how could this be implemented?
I think it would be nice to have a ready to use nop logger from the application side.
## Bug description ## To Reproduce Create a new project for esp32s3(I don't know if other socs are affected). Add esp-println like this: ``` esp-println = { version = "0.16.1",...