ESP32_curl_example icon indicating copy to clipboard operation
ESP32_curl_example copied to clipboard

Full example of using libcurl with ESP3232

Results 12 ESP32_curl_example issues
Sort by recently updated
recently updated
newest added

Hi, can someone explain to me if im doing something wrong, cuz i cloned the repos and cd to it and i typed `make menuconfig` ``` Makefile:8: /make/project.mk: No such...

Hello Please update library to use with the latest esp -idf. There is small work of writing cmake list for each and every components. Thanks

I am using the same library to send a spiffs .txt file in my custom code, I have ESP32, 16 MB with custom partition table. I am getting this error...

Thanks for the library. The standard code works fine. The plan is to use SFTP-SSH (with user and password credentials) to upload files to an Ubuntu server. So I was...

Hello, I was trying to build these and got some errors. I'm using mingw32 on Windows 10 and have the xtensa-esp32-elf toolchain on Linux. I can build the sample applications...

Hello. I often encounter -7 [Out of memory] errors when trying to post a small file to my aws-s3 account. How can I solve this problem? What are the reasons?

How can I disable some protocols ? Tried to add the following in lib/curl_config.h , but it still seems to be building the *.o files : build/curl/lib/ftp.o ...... #define CURL_DISABLE_DICT...

This is now defined in esp32 idf so we don't need the custom define.

This is my code ``` static char Get_bigfile_testURL[] = "http://192.168.2.101:50153/alarm.json"; static uint8_t print_header = 0; static uint8_t print_body = 0; static int last_error = 0; static int num_errors = 0;...

If i change "storage, data, fat, , 0x140000, " to "storage, data, fat, , 0x0e0000, ". The monitor will printf error about : E (281) wl_partition: erase_range - start_address=0x000e3666, size=0x00001000,...