rottaran
rottaran
I can add an observation: We use the LwIP networkstack on ESP32-S3 with ESP-IDF 5.1.2 but have a custom communication backend that is not related to the ESP-IDF Wi-Fi driver....
> And I found that the card type is **soooo important**. Because i setup two different cards in two computers and tcpdump them .One is RTL8812AU (TP-LINK T4U). You need...
whstudio123, can you try `esp_wifi_config_80211_tx_rate(ESP_WIFI_IF, true, WIFI_PHY_RATE_MCS0_LGI)`? This is index 14 in the `rates` array. My suspicion is, that it does not, unless you set the channel bandwidth correctly: ```...
interesting. It seems to work without changes then. Still don't understand why it did not work in my own software. maybe there is a hidden firmware difference between ESP32 and...
@ZelphirKaltstahl: This may not be caused by the shared key. I get this error message when the greenlight container cannot connect to the respective bbb container. greenlight needs to access...
Created branch i204_signal and first interface definitions in commit 1602f6c2884d82a4ae02d5f9996595c672b7f439
We forgot how the interaction between IKEventSource and IKEventSink actually works, for example between Portal and ExecutionContext. The source is put in the sink's queue of pending events. However, not...
still fails with deadlock, maybe kernel fault: ``` 1: app [app/init.cc:310] hello thread! ctx=0x0000000000000000 3: Test [app/init.cc:347] Success: res2 1: app [app/init.cc:312] thread in mutex ctx=0x0000000000000000 3: app [app/init.cc:354] sending...
depending on the api definitions is fine. it is used to expose relevant kernel internals. a dedicated namespace `mythos::api` would still be fine
We should rename mythos::Error to mythos::Status because it is used for all sorts of status codes, not just errors. mythos::optional should use a separate flag bit to differentiate between the...