aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/server.h
blob: 6a3501d26a193644140541f840a119b5680d5009 (plain)
1
2
3
4
5
6
#pragma once

void ws_server_demo();

/** FreeRTOS task that listens for incoming requests from the esp */
void ws_server_listen_task();