* addr changed to appiot

This commit is contained in:
Dávid Danyi 2018-02-28 13:36:54 +01:00
parent eb6f83118b
commit c8428f4e4d

View File

@ -15,7 +15,11 @@ Sodaq_nbIOT nbIOT;
int socket;
// 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() {
DEBUG_STREAM.begin(DEBUG_STREAM_BAUD);