main/task_http.h

Sat, 18 May 2019 22:58:28 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 18 May 2019 22:58:28 +0200
changeset 51
0624a9a3ce75
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Changed NTP default pool name. Added 10 seconds timeout after the wifi_connect function. In that timeout do a proper disconnect and connect request so that a AP that was down will be used again if it's up again.

/**
 * @file task_http.h
 * @brief HTTP and Websocket server functions.
 */

#ifndef	_TASK_HTTP_H
#define	_TASK_HTTP_H


/**
 * @brief Start the HTTP/Websocket server.
 */
void start_http_websocket(void);

#endif

mercurial