DrRandom
DrRandom
**Functions added:** ```C void enableLoop(void); void disableLoop(void); ``` **Variable added:** `bool _loopLocked = false;` **Function copyed after** `#ifdef HAS_SSL` **to be able to use without** `BearSSL` `void beginSSLWithCA(const char *...
- Esp32 ( wrover with psram ) - Platformio CORRUPT HEAP on async web page refresh ```C CORRUPT HEAP: Bad head at 0x3ffb3f54. Expected 0xabba1234 got 0x3ffb0014 assert failed: multi_heap_free...
### Related area ESP32 ### Hardware specification ESP32 ### Is your feature request related to a problem? I wanted to modify the MDNS hostname after it was initialized, but did...
### Board esp32-wrover-e ### Device Description Custom board, using ESP32-Wrover-E ( 16mb flash 8mb external ram ) ### Hardware Configuration Ethernet -> ETH_LAN_8720 chip RTC Module -> DS3231 chip (...
**Describe Your Goal** I want to use my key-pair certificates directly from filesystem **What Does Your Project Look Like** I'm using LITTLEFS library along with esp32_https_server. I want to serve...
```C assert failed: lfs_file_read lfs.c:5161 (lfs_mlist_isopen(lfs->mlist, (struct lfs_mlist*)file)) Backtrace:0x40083e1d:0x3ffee6800x4008edc5:0x3ffee6a0 0x40094521:0x3ffee6c0 0x40148667:0x3ffee7f0 0x40144588:0x3ffee810 0x401194fe:0x3ffee830 0x4008ba79:0x3ffee850 0x4008b9bd:0x3ffee870 0x4019a586:0x3ffee890 0x4019a619:0x3ffee8d0 0x40195267:0x3ffee8f0 0x400f7515:0x3ffee910 0x40108054:0x3ffee940 0x401080ad:0x3ffee960 0x400e0201:0x3ffee980 0x400ed6f1:0x3ffeea20 0x400ee1c5:0x3ffeeaf0 0x401ab55b:0x3ffeeb10 0x401abb55:0x3ffeeb30 0x400f8d72:0x3ffeeb80 0x400f8d99:0x3ffeebc0 04 0196386:0x3ffeebe0...
### If i request a webpage with defined route like this: ```C server.on("/devicesTable", HTTP_GET, [](AsyncWebServerRequest *request) { AsyncWebServerResponse* response = request->beginResponse(LITTLEFS, "/hwConfig.html", "text/html"); response->addHeader("Content-Encoding", "gzip"); request->send(response); }); ``` ### but...
I'am wondering if it is possible to host a webpage from flash if i use this sql lib. For example if i use async http requests like this: ``` server.on("/",...
### Board esp-wrover-kit ### Device Description esp32-wrover-e ( 8mb psram 16mb flash ) ### Hardware Configuration ETH_Lan8720, DS3231 (i2c), Heavy serial 1 ( modbus ), SPI display ### Version latest...
### Related area Crash ### Hardware specification ESP32 ### Is your feature request related to a problem? On esp8266 we have a saveCrash library. [Github link](https://github.com/krzychb/EspSaveCrash) On ESP32 we can...