From 0592f78eb51f3d5fa6743b136738486c5e34b5ce Mon Sep 17 00:00:00 2001 From: Bissas Date: Sun, 24 Nov 2024 13:25:24 +0100 Subject: [PATCH] fix: updated url --- src/handler/deploii_handler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/handler/deploii_handler.h b/src/handler/deploii_handler.h index bbc1fd6..b902f90 100644 --- a/src/handler/deploii_handler.h +++ b/src/handler/deploii_handler.h @@ -16,7 +16,8 @@ #define Deploii_HOST "deploii.no" #define Deploii_PORT 443 -#define Deploii_WS_URL "/ws" +#define Deploii_WS_URL "/mcu/ws" +#define Deploii_HTTP_URL "/mcu/data" #define Deploii_WIFI_RECONNECT_TIME 1000 #define DEPLOII_WS_RECONNECT_TIME 2000 @@ -101,4 +102,4 @@ class DeploiiHandlerWiFiHTTP : public DeploiiHandler { #endif }; -#endif \ No newline at end of file +#endif