diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-11 19:16:26 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-11 19:16:26 +0200 |
commit | b455848ee62b06ba73801cff477c6ff214c4053e (patch) | |
tree | d23dcf59e7d485b94a90ed79ae459bd6cdad4a83 /stm32f091/server.h | |
parent | acb25f74631597b2b24dca2c16da9dbb9ed2ecb1 (diff) |
stm32 esp code merged
Diffstat (limited to 'stm32f091/server.h')
-rw-r--r-- | stm32f091/server.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stm32f091/server.h b/stm32f091/server.h new file mode 100644 index 0000000..6a3501d --- /dev/null +++ b/stm32f091/server.h @@ -0,0 +1,6 @@ +#pragma once + +void ws_server_demo(); + +/** FreeRTOS task that listens for incoming requests from the esp */ +void ws_server_listen_task(); |