main/task_http.h

Wed, 26 Jun 2024 18:57:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 26 Jun 2024 18:57:03 +0200
changeset 132
9fb33533504a
parent 0
b74b0e4902c3
child 142
1f7069278fe7
permissions
-rw-r--r--

Version 0.3.25. Larger partitions for the binary. Added UPGRADE.md with information for this upgrade.

/**
 * @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