diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-28 11:29:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-28 11:29:09 +0200 |
commit | f37af779bb836faa7571b7d47036f36f71319aca (patch) | |
tree | 17f86baa284dd9a67770e052cc6d3383afd27159 /stm32f091/consts.h | |
parent | 1cac46e7701ef2783aea13d55261582f4d91f2fa (diff) |
use circular dma buffer for rx
Diffstat (limited to 'stm32f091/consts.h')
-rw-r--r-- | stm32f091/consts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stm32f091/consts.h b/stm32f091/consts.h index 0a8acec..3d2ef5a 100644 --- a/stm32f091/consts.h +++ b/stm32f091/consts.h @@ -3,10 +3,10 @@ #include "wifi.h" #define WS_SERVER_PORT "80" -#define WS_SERVER_MAX_CHANNELS 2 +#define WS_SERVER_MAX_CHANNELS 4 #define WS_DMA_RX_BUFFER_SIZE 100 -#define WS_DMA_TX_BUFFER_SIZE 100 +#define WS_DMA_TX_BUFFER_SIZE 1024 #define WS_PINOUT_I2C_SDA_PIN GPIO_PIN_9 #define WS_PINOUT_I2C_SDA_PORT GPIOB |