changed central server URL to jamulus.no-ip.org
This commit is contained in:
parent
92980602d0
commit
e3675e1b40
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
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"
|
||||
|
||||
// default server address
|
||||
#define DEFAULT_SERVER_ADDRESS "jamulus.dyndns.org"
|
||||
#define DEFAULT_SERVER_ADDRESS "jamulus.no-ip.org"
|
||||
#define SELECT_SERVER_ADDRESS(a, b) ((a) ? (DEFAULT_SERVER_ADDRESS) : (b))
|
||||
|
||||
// download URL
|
||||
|
|
Loading…
Reference in a new issue