Skip to content

Commit

Permalink
chore: moved defines back
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed May 5, 2024
1 parent 62197e5 commit d9418e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/deploii.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@

#include <MsgPack.h>

/*
Constants for connection
*/

#define Deploii_HOST "deploii.no"
#define Deploii_PORT 443
#define Deploii_WS_URL "/ws"

enum class Medium {
None,
WiFi,
Expand Down
8 changes: 8 additions & 0 deletions src/handler/deploii_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
#include <WiFi.h>
#include <WebSocketsClient.h>

/*
Constants for connection
*/

#define Deploii_HOST "deploii.no"
#define Deploii_PORT 443
#define Deploii_WS_URL "/ws"

class DeploiiHandler {
public:
DeploiiHandler(bool debug = false);
Expand Down

0 comments on commit d9418e0

Please sign in to comment.