aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/consts.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-26 16:20:39 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-26 16:20:39 +0200
commitd945680142d5b16d8809ea200833edd97caec2f8 (patch)
treeba1e23bf440181e8a2c61587b5274877563fe880 /stm32f091/consts.h
parente2ae9e96ba05baa389ebc49a65a941bada87e3aa (diff)
esp send with dma in seperate function
Diffstat (limited to 'stm32f091/consts.h')
-rw-r--r--stm32f091/consts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm32f091/consts.h b/stm32f091/consts.h
index 1d8648d..cf7d34f 100644
--- a/stm32f091/consts.h
+++ b/stm32f091/consts.h
@@ -5,6 +5,7 @@
#define WS_SERVER_PORT "80"
#define WS_DMA_RX_BUFFER_SIZE 50
+#define WS_DMA_TX_BUFFER_SIZE 50
#define WS_PINOUT_I2C_SDA_PIN GPIO_PIN_9
#define WS_PINOUT_I2C_SDA_PORT GPIOB