Skip to content

Commit

Permalink
Update endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
esthoril committed Mar 5, 2018
1 parent 968e868 commit 934d832
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ATT_NBIOT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ bool ATT_NBIOT::connect()
const char* forceOperator; // "20610" for Orange Belgium

// AllThingsTalk endpoint
_udp = "52.166.32.29";
_port = "12345";
_udp = "40.68.172.187";
_port = "8891";

if(!on())
return false;
Expand Down
3 changes: 2 additions & 1 deletion keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
#define KEYS_h
const char* DEVICE_ID = "";
const char* DEVICE_TOKEN = "";
const char* APN = "iot.orange.be";
//const char* APN = "iot.orange.be";
const char* APN = "start.att.iot";
#endif
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Depending on how you initialize the device object in your sketch, the global or
#define KEYS_h
const char* DEVICE_ID = "";
const char* DEVICE_TOKEN = "";
const char* APN = "iot.orange.be";
const char* APN = "starter.att.iot";
#endif
```

Expand Down

0 comments on commit 934d832

Please sign in to comment.