Search found 2 matches

by Przemek
Sat Jan 12, 2019 10:14 am
Forum: ESP-IDF
Topic: httpd_start and spiffs
Replies: 2
Views: 3438

Re: httpd_start and spiffs

More info: Setting log level to DEBUG or VERBOSE, globally or locally on httpd_main.c removes the issue. It looks like a potential bug report. That's how log looks like on DEBUG level - that's CORRECT operation: I (8258) event: sta ip: 192.168.89.101, mask: 255.255.255.0, gw: 192.168.89.1 I (8258) A...
by Przemek
Fri Jan 11, 2019 10:15 pm
Forum: ESP-IDF
Topic: httpd_start and spiffs
Replies: 2
Views: 3438

httpd_start and spiffs

I am trying to add spiffs functionality to http_server/simple example. For some reason adding spiffs initialization into server start routine breaks the code and it no longer responds to requests from browser, so if I type xx.xx.xx.xx/hello into browser bar I get timeout. The code is shown below. It...