libesphttpd
libesphttpd copied to clipboard
NOTE: THIS CODE IS UNMAINTAINED. Please take a look at https://github.com/chmorgan/libesphttpd instead.
I've done a few things on my fork: 1) Added handling of the recon callback to indicate a connection failure. 2) Added a way for a cgi function to determine...
When system boots into user2.bin in espFsInit() the flashAddress is been always calculated to user1.bin location in the following prtion of code in espfs.c: ``` if((uint32_t)flashAddress > 0x40000000) { flashAddress...
Can you provide a Websocket example please? For ESP32 IDF.
Fix for submitting large binary files as multipart/boundary on POST body. ("conn->post->received == conn->post->len" will never occur)
It a `a user` not `an user` as user is ponounced as straing with a y as in you, so no open vowel so a instead of an.
While compiling with ESP8266_NONOS_SDK-2.2.0 it was found that the SDK defines the function, `void ets_delay_us(uint32_t ms)` (in SDK root, include/osapi.h) which is defined in include/espmissingincludes.h as `void ets_delay_us(uint16_t ms)` which...
Even if a directory was specified in the HTMLDIR variable it was ignored in the Makefile and hard-coded "../html" directory was used instead.
https://github.com/Spritetm/libesphttpd/blob/esp-idf/util/cgiflash.c#L303
Hi, as you all might know modern browsers have this "feature" where they "warn" about "unsafe" forms, i.e. when using http instead of https. Even in the local network... So,...