From a29921789bc5b63d6a7c51e46dd6314aca06b99e Mon Sep 17 00:00:00 2001 From: Thomas Telkamp Date: Wed, 6 Jan 2016 12:06:08 +0100 Subject: [PATCH] Change IP address of TTN server --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 2ad20f9..c669f3f 100644 --- a/main.cpp +++ b/main.cpp @@ -85,7 +85,7 @@ static char description[64] = ""; /* used for free form d // define servers // TODO: use host names and dns -#define SERVER1 "54.229.214.112" // The Things Network: croft.thethings.girovito.nl +#define SERVER1 "54.72.145.119" // The Things Network: croft.thethings.girovito.nl //#define SERVER2 "192.168.1.10" // local #define PORT 1700 // The port on which to send data @@ -293,7 +293,7 @@ void SetupLoRa() } else { writeRegister(REG_MODEM_CONFIG3,0x04); } - writeRegister(REG_MODEM_CONFIG,0x072); + writeRegister(REG_MODEM_CONFIG,0x72); writeRegister(REG_MODEM_CONFIG2,(sf<<4) | 0x04); } -- libgit2 0.21.2