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...