esphttpd icon indicating copy to clipboard operation
esphttpd copied to clipboard

Note: THIS CODE IS UNMAINTAINED. Consider switching to https://github.com/chmorgan/esphttpd instead.

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

Hi, First of all I would like to thank you for esphttpd project. It's a great project and I learned a lot from it. I have created my own application...

After loading esphttpd firmware, everything works really well, except two (most important things): 1) Redirection after connecting to ESP Access point. It redirectes but never gets loaded, and I have...

I found this bug, hope this help. cgiflash.c line 180, change `state->address=def->fw1Pos;` to ``` if (system_upgrade_userbin_check()==1) { state->address=def->fw1Pos; } else { state->address=def->fw2Pos; } ``` Don't forget include "upgrade.h"

Hello I'm using the template program named "esphttpd" on eclipse / windows with ESP07 with 8MBit (1MByte) SPI flash. When I'm putting the OTA flag on makefile "OUTPUT_TYPE=ota" The compiler...

Hello, I cloned the project and I'm trying to use it on a NodeMCU board, 4MB (nonos 2.1.0 SDK version). make flash works ok, instead, make htmlflash gives me: "No...

While using ESP_SPI_FLASH_SIZE_K=1024 all is fine. But changing to 2048 breaks booting user2.bin: `esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_freq 40m --flash_mode qio --flash_size 16m 0x00000 "/home/al/Dropbox/linux/esp_nonos_2_1_0/sdk/bin/boot_v1.7.bin" 0x81000 build/httpd.user2.bin 0x1FC000...

I'm a noobie at esp8266 and i don't know how to flash this onto my nodemcu esp8622?

make httpflash gives error make[1]: Entering directory '/opt/esp-open-sdk/esphttpd/libesphttpd' AR libesphttpd.a index.tpl (71%, heatshrink) wifi/wifi.tpl (55%, heatshrink) wifi/style.css (73%, heatshrink) wifi/140medley.min.js (74%, heatshrink) wifi/icons.png (100%, none) wifi/connecting.html (61%, heatshrink) flash/index.html (54%,...

I'm getting error while compiling esphttpd ![eshhttpd](https://user-images.githubusercontent.com/3510638/33902374-d1d22424-df9a-11e7-89f6-dc9db0f4f0b0.jpg)

An error came up when I tried 'make flash'. The error read: `esptool write_flash: error: argument : [Errno 2] No such file or directory: '/Volumes/case-sensitive/esp-open-sdk/ESP8266_NONOS_SDK_V2.0.0_16_08_10/bin/boot_v1.5.bin' make: *** [flash] Error 2`...