Skip to content

Commit

Permalink
Update main.cpp to US frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
wero1414 authored Mar 21, 2019
1 parent 10220b7 commit ed933ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int RST = 0;
sf_t sf = SF7;

// Set center frequency
uint32_t freq = 868100000; // in Mhz! (868.1)
uint32_t freq = 904300000; // in Mhz! (868.1)

// Set location
float lat=0.0;
Expand All @@ -85,7 +85,7 @@ static char description[64] = ""; /* used for free form d

// define servers
// TODO: use host names and dns
#define SERVER1 "54.72.145.119" // The Things Network: croft.thethings.girovito.nl
#define SERVER1 "13.66.213.36" // The Things Network: croft.thethings.girovito.nl
//#define SERVER2 "192.168.1.10" // local
#define PORT 1700 // The port on which to send data

Expand Down

0 comments on commit ed933ff

Please sign in to comment.