diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-25 18:22:05 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-25 18:22:05 +0200 |
commit | 97800dd398440f50dc48911ad27897c98193c056 (patch) | |
tree | 0e6722258fe8f27e8d362548e2b30fb3ee359e4d /stm32f091/server.h | |
parent | 7a1316483ff8962f581d686f4e812c7ec5a2b6cc (diff) |
dummy function in server.h implemented
Diffstat (limited to 'stm32f091/server.h')
-rw-r--r-- | stm32f091/server.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/stm32f091/server.h b/stm32f091/server.h index e134079..6041ef6 100644 --- a/stm32f091/server.h +++ b/stm32f091/server.h @@ -3,11 +3,6 @@ #include <stdlib.h> #include <stdint.h> -// void ws_server_demo(); -// -// /** FreeRTOS task that listens for incoming requests from the esp */ -// void ws_server_listen_task(); - /** * @brief +IPD incoming request handler * @@ -20,10 +15,3 @@ */ void ws_server_req_incoming(uint8_t* data, size_t size); -// TODO: server req incoming implementation -// -// example +IPD command: -// +IPD,0,15:last-records 5\n -// -// TODO: protocol req response parser - |