diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-27 16:50:01 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-27 16:50:01 +0200 |
commit | 12704850c9f4cf7410ecf85116da9d23fc2ce6d6 (patch) | |
tree | e4bf351d74b2292276a007793d14c3cc57a95963 /stm32f091/consts.h | |
parent | ea748e6c6e268ec46924ac4e3b9436e094668541 (diff) |
server to protocol code
Diffstat (limited to 'stm32f091/consts.h')
-rw-r--r-- | stm32f091/consts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm32f091/consts.h b/stm32f091/consts.h index b3bc2e2..0a8acec 100644 --- a/stm32f091/consts.h +++ b/stm32f091/consts.h @@ -3,6 +3,7 @@ #include "wifi.h" #define WS_SERVER_PORT "80" +#define WS_SERVER_MAX_CHANNELS 2 #define WS_DMA_RX_BUFFER_SIZE 100 #define WS_DMA_TX_BUFFER_SIZE 100 |