Fan Jiang
Fan Jiang
Hello all, thanks for the great library. Just want to know why there hasn't been a release yet? In the README it said the crate is production-ready...
`math_method: "r-katex"` breaks HTML rendering. If I set it to `r-katex` all generated HTML will have the Rmd header incorrectly added to the HTML: ``` --- title: ' --- ```...
AFAIK the current atomic operations on the S3 uses native atomics. However this creates a problem: a 3rd party library could be using atomics on their data structure placed on...
This can be achieved per the TRM (page 942). The first part would eliminate the need to enable the internal PHY alongside with Wi-Fi which apparently is not recommended per...
Not very sure if this belongs here or `espflash`. The issue is simple. `espflash` can use the DTR signals to reset the board to flash mode before flashing. However in...
Call [esp_now_add_peer()](https://docs.espressif.com/projects/esp-idf/en/v5.3.1/esp32/api-reference/network/esp_now.html#_CPPv416esp_now_add_peerPK19esp_now_peer_info_t) to add the device to the paired device list before you send data to this device. If security is enabled, the LMK must be set. You can send...
See https://github.com/rust-lang/rust-bindgen/issues/1160 I discovered this issue in `wifi_pkt_rx_ctrl_t`, but same problems could be in other places as well. Appearance of the bug: all negative values such as the RSSI are...
Fixes #2175