revert back to original URL
This commit is contained in:
parent
e3675e1b40
commit
c17413afe3
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
3.3.10
|
3.3.10
|
||||||
|
|
||||||
- changed central server URL to jamulus.no-ip.org
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,7 @@ LED bar: lbr
|
||||||
#define DEFAULT_LOG_FILE_NAME "Jamulussrvlog.txt"
|
#define DEFAULT_LOG_FILE_NAME "Jamulussrvlog.txt"
|
||||||
|
|
||||||
// default server address
|
// default server address
|
||||||
#define DEFAULT_SERVER_ADDRESS "jamulus.no-ip.org"
|
#define DEFAULT_SERVER_ADDRESS "jamulus.dyndns.org"
|
||||||
#define SELECT_SERVER_ADDRESS(a, b) ((a) ? (DEFAULT_SERVER_ADDRESS) : (b))
|
#define SELECT_SERVER_ADDRESS(a, b) ((a) ? (DEFAULT_SERVER_ADDRESS) : (b))
|
||||||
|
|
||||||
// download URL
|
// download URL
|
||||||
|
|
Loading…
Reference in a new issue