HTTP Server Examples : Include header esp_http_server.h

This commit is contained in:
Anurag Kar
2018-10-24 15:22:15 +05:30
parent 2af9d7e0ed
commit 8340ed3ddb
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __HTTPD_TESTS_H__
#define __HTTPD_TESTS_H__
#include <http_server.h>
#include <esp_http_server.h>
extern httpd_handle_t start_tests(void);
extern void stop_tests(httpd_handle_t hd);