aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/consts.h
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2022-10-30 12:40:53 +0100
committerUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2022-10-30 12:40:53 +0100
commit26564caa92d02a85a23fcd768a301fc76ec7c4cd (patch)
treef0c3845ee79a3c29d0b8a8c4cb2d3caaeb1efb5d /stm32f091/consts.h
parent6b2ff1c137773b91ce9552446a7ac91dd951b02b (diff)
parent75064a08587bc960c06d2324a0334ee88441fb35 (diff)
Merge branch 'qt-settings' of https://github.com/UnavailableDev/avans-whether-station-Qt into qt-settings
Diffstat (limited to 'stm32f091/consts.h')
-rw-r--r--stm32f091/consts.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/stm32f091/consts.h b/stm32f091/consts.h
index 3d2ef5a..6d5b8d2 100644
--- a/stm32f091/consts.h
+++ b/stm32f091/consts.h
@@ -1,9 +1,10 @@
#pragma once
-#include "wifi.h"
+#include "../shared/wifi.h"
+#include "util.h"
-#define WS_SERVER_PORT "80"
#define WS_SERVER_MAX_CHANNELS 4
+#define WS_SERVER_PORT_STR WS_MTS(WS_SERVER_PORT)
#define WS_DMA_RX_BUFFER_SIZE 100
#define WS_DMA_TX_BUFFER_SIZE 1024