* addr changed to appiot
This commit is contained in:
parent
eb6f83118b
commit
c8428f4e4d
@ -15,7 +15,11 @@ Sodaq_nbIOT nbIOT;
|
|||||||
int socket;
|
int socket;
|
||||||
|
|
||||||
// constructor only sets uri, init() called later so we can debug print
|
// constructor only sets uri, init() called later so we can debug print
|
||||||
ArduinoClient wakaamaClient("coap://5.39.83.206:5683");
|
/**
|
||||||
|
* 40.115.26.19 - ethinnoday-lwm2m-server.westeurope.cloudapp.azure.com
|
||||||
|
* 5.39.83.206 - leshan.eclipse.org
|
||||||
|
*/
|
||||||
|
ArduinoClient wakaamaClient("coap://40.115.26.19:5683");
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
DEBUG_STREAM.begin(DEBUG_STREAM_BAUD);
|
DEBUG_STREAM.begin(DEBUG_STREAM_BAUD);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user