Skip to content

Commit

Permalink
fix: updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Nov 24, 2024
1 parent 47882dd commit 0592f78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/handler/deploii_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -101,4 +102,4 @@ class DeploiiHandlerWiFiHTTP : public DeploiiHandler {

#endif
};
#endif
#endif

0 comments on commit 0592f78

Please sign in to comment.