switching to seattle

Former-commit-id: 9ba9ebf6fbe7c902628da87531c2f93eb5a5b104
Former-commit-id: bb67e08c59c33e9318cf6aab921470b4d1096bca
This commit is contained in:
nathan 2018-09-17 00:50:04 -05:00
parent d373baade6
commit 6bc7a305aa
2 changed files with 27 additions and 20 deletions

File diff suppressed because one or more lines are too long

View file

@ -181,8 +181,8 @@ int setupConnection(struct client *c) {
Modes.clients = c; Modes.clients = c;
// replace with gps // replace with gps
Modes.fUserLat = 41.9809263; Modes.fUserLat = 47.6611754;
Modes.fUserLon = -87.6651033; Modes.fUserLon = -122.3562983;
} }
return fd; return fd;
} }