thetek

Results 4 issues of thetek

**Describe the bug** Some charaters have a weird red line next to them, even though the specific highlighting group does not contain any red (see image below). The width of...

bug
font rendering

In our application, we are starting both Ethernet and Wi-Fi. When a static IP is configured for both interfaces and an Ethernet cable is connected to the ESP32, connections to...

Currently, `FirmwareInfo` is defined as follows: ``` pub struct FirmwareInfo { pub version: heapless::String, pub released: heapless::String, pub description: Option, pub signature: Option, pub download_id: Option, } ``` However, the...

bug

This makes `esp_mbedtls_server_session_create` async-friendly by splitting up the function into two parts. This change was originally proposed here in order to make an asynchronous TLS server possible: https://github.com/esp-rs/esp-idf-svc/pull/368#discussion_r1512376482

Status: In Progress