Dániel Buga

Results 141 issues of Dániel Buga

This was mentioned in https://github.com/drogue-iot/embedded-tls/issues/75#issuecomment-1481369037 but that issue has since been closed.

Since we use our own flavour of defmt, we might as well add some metadata to esp-println that allows us to detect it. That way, we can provide a better...

serial monitor

My S3 can enable wifi just fine with the default heap, but C6 immediately runs out of memory: C6: ``` [INFO] - Initializing Wifi driver [INFO] - esp-wifi configuration Config...

I know the readme already has a point about not supporting non-open softAP but there is no open issue about the general thing. https://github.com/esp-rs/esp-wifi/issues/454 exists but for WPA2-Enterprise, which is...

Based on #221. I suspect relying on weird internal implementation details (i.e. that we can just call a mesh api function without actually using wifi mesh) might not be very...

I don't propose for this to be the only way, as heap fragmentation might bite some use cases, but it might not be a bad tool - I sometimes have...

I'm getting this error: `[WARN] - Failed to set timer function 40824b98` The set of features I have enabled on esp-wifi are as follows, so I don't have BLE and...

esp-idf does some validation on the configuration, e.g. ```c #if (CONFIG_ESP_WIFI_RX_BA_WIN > CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM) #error "WiFi configuration check: WARNING, WIFI_RX_BA_WIN should not be larger than WIFI_DYNAMIC_RX_BUFFER_NUM!" #endif #if (CONFIG_ESP_WIFI_RX_BA_WIN > (CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM

Currently, users can only enable the wifi stack, but not disable it short of restarting their MCUs.

enhancement

Installing a new toolchain (even just a pre-release) leaves old path entries behind. This means that long-term use of espup will eventually run into #270. While this is related to...

bug