Search found 3 matches
- Fri Apr 17, 2020 5:37 am
- Forum: ESP-ADF
- Topic: Memory allocation problem WroverB ADF
- Replies: 0
- Views: 3507
Memory allocation problem WroverB ADF
Hello, I'm writing an application in ESP-ADF. My board is TTGO Wrover B connected via ESP Prog. All works well till yesterday, and i am not able to getting it working again. In Initialisation there seems to be a memory Problem. audio_pipeline_init runs in the "memory exhaust" error: player->pipeline...
- Fri Sep 20, 2019 5:30 am
- Forum: ESP-IDF
- Topic: C++ components
- Replies: 3
- Views: 7665
Re: C++ components
Yes, but changing this results in an more confusing error:
Code: Select all
HTTPHeaders.hpp:8:10: fatal error: vector: No such file or directory
#include <vector>
- Thu Sep 19, 2019 11:01 am
- Forum: ESP-IDF
- Topic: C++ components
- Replies: 3
- Views: 7665
C++ components
I found an nice esp32 library on https://github.com/fhessel/esp32_https_server it is also using the Arduino librari. As I prefered using real esp libraries without arduino, i decided to change the code to make it working without include arduino.h. The library is written in C++ and i have troubles co...