Jiang Jiang Jian
cf79bfbc5f
Merge branch 'bugfix/fix_wifi_interface_use_v3.3' into 'release/v3.3'
...
esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA (backport v3.3)
See merge request espressif/esp-idf!12055
2021-04-22 05:57:04 +00:00
Shubham Kulkarni
b082ed5d2b
Enable lru_purge_enable in simple HTTP server example
2021-03-26 02:41:50 +00:00
xiehang
ee2b8a65a0
esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA
2021-03-25 10:51:36 +08:00
xiehang
2f4ef71beb
example: do not check the return value of esp_wifi_connect()
2021-01-15 19:40:25 +08:00
Anurag Kar
b26f6662f1
http_server examples : Updated tests and examples to demonstrate usage of httpd_register_err_handler() and accommodate for changes in default error handler behavior
2019-02-25 09:13:39 +00:00
Roland Dobai
37126d3451
Correct Kconfigs according to the coding style
2019-01-29 13:37:01 +01:00
Anurag Kar
8340ed3ddb
HTTP Server Examples : Include header esp_http_server.h
2018-10-24 17:32:43 +05:30
Anurag Kar
6a3fa5c180
HTTP Server Examples : Updated examples to manually return 408 and 500 errors
2018-10-17 17:36:50 +05:30
Renz Christian Bagaporo
d9939cedd9
cmake: make main a component again
2018-09-11 09:44:12 +08:00
Anurag Kar
3ed5af18fd
HTTP Server Example Tests : Fix various issues
...
* Fixed regex constraints for parsing IP and other parameters from monitor log.
* httplib connection timeouts set
* Redundent tests (commented out earlier) have been removed from advanced_tests. These tests are already run during unit testing.
2018-09-05 23:29:07 +05:30
He Yin Ling
2b7dd2ef9a
ci: temp modify http server tests to get CI pass:
...
1. change the default value of WIFI password
2. disable simple and advanced test cases
2018-07-27 23:38:20 +08:00
Anurg Kar
656bef7bb7
Http Server : Add a simple light weight HTTP Server Component.
...
Also add examples, docs and test apps for the HTTP Server.
2018-07-20 15:49:17 +05:30