HITEC
HITEC
### I just got this crash on disconnect: ```cpp [SOCKET] - Disconnected assert failed: lfs_file_close lfs.c:5516 (lfs_mlist_isopen(lfs->mlist, (struct lfs_mlist*)file)) Backtrace: 0x40083d05:0x3ffd61e0 0x4008efa1:0x3ffd6200 0x40094cfd:0x3ffd6220 0x401616ef:0x3ffd6350 0x4015d1c3:0x3ffd6370 0x4012eb9f:0x3ffd6390 0x4000bd4b:0x3ffd63b0 0x40001781:0x3ffd63d0 0x40103c25:0x3ffd63f0 0x40103c59:0x3ffd6410...
### Board ESP32-Wrover ### Device Description Nothing fancy ### Hardware Configuration ETH,SPI ### Version latest master (checkout manually) ### IDE Name PlatformIO ### Operating System Windows10 ### Flash frequency 80...
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...
### Environment - PLATFORM: Espressif 32 (6.6.0) > Espressif ESP-WROVER-KIT - HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash - DEBUG: Current (ftdi) On-board (ftdi) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink,...
### Board ESP32-Wrover ### Device Description - ### Hardware Configuration - ### Version v2.0.14 ### IDE Name PlatformIO ### Operating System Windows10 ### Flash frequency 80 ### PSRAM enabled yes...
Hi! Amazing lib. I had a crash on event.send() the last day. ```cpp ==================== CURRENT THREAD STACK ===================== #0 0x401d1464 in httpd_sess_get (hd=0x40000de8, sockfd=1073743892) at C:\Users\Pc\.platformio\packages\[email protected]\components\esp_http_server\src\httpd_sess.c:167 #1 0x401d1ddc in httpd_socket_send...
Amazing lib! I just noticed something. I wanted to try on one of my old project which has two partitions on the file system. This was because I had a...
**Hi! Amazing lib!** I wonder if it can work with arduino as a componnet of idf with ESP32. Since arduino is a wrapper for IDF anyway, it should work right?
**Is there a plan to support Arduino V3 and ESP IDF 5.x?** There was a major SPI reformat and other things which breaks the library. I suspect you know about...
With the previous exception decoder you could select the .elf file before it decodes. Can it be selected with this as well?