ME507 Airheads Project v1.1.0
Flight Stabilization for Glider
Loading...
Searching...
No Matches
network.h
Go to the documentation of this file.
1
9#ifndef _NETWORK_
10#define _NETWORK_
11
12#include "shares.h"
13#include "taskshare.h"
14
17void setup_wifi(void);
18
21void task_webserver (void* p_params);
22
23#endif // _NETWORK_
void setup_wifi(void)
Function used to setup the wifi on the ESP32.
Definition: network.cpp:64
void task_webserver(void *p_params)
The webpage task that runs the webpage on the ESP32.
Definition: network.cpp:265
This file contains extern declarations of shares and queues which are used in more than one file of a...