Skip to content

Commit

Permalink
refs #27 0.0.8 上線前調整
Browse files Browse the repository at this point in the history
* 關閉錯誤模擬參數
* 更新伺服器指向 CloudAtCost
  • Loading branch information
virus-warnning committed Aug 23, 2016
1 parent a57d643 commit 7b60e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public interface ProgressListener {
private MessageDigest md; // 摘要演算法,目前僅使用 MD5

// 情境模擬參數
private boolean forceDownloadFailed = true; // 模擬下載時發生錯誤
private boolean forceDownloadFailed = false; // 模擬下載時發生錯誤
private boolean forceRepairFailed = false; // 模擬修復時發生錯誤

// 執行中的子 Thread,僅限單工
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/tacoball/com/geomancer/MainUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ public class MainUtils {
private static final int UPDATE_NFID = 233;
private static final String PK_WANNA_UPDATE = "map.wanna_update";

//public static final String UPDATE_SITE = "http://gdtile.tacosync.com/geomancer";
public static final String UPDATE_SITE = "http://tacosync.com/geomancer"; // Web
//public static final String UPDATE_SITE = "http://192.168.1.104/geomancer"; // Wifi LAN
public static final String UPDATE_SITE = "http://192.168.42.180/geomancer"; // USB LAN
//public static final String UPDATE_SITE = "http://192.168.42.180/geomancer"; // USB LAN

public static final String MAP_NAME = "taiwan-taco.map";

Expand Down

0 comments on commit 7b60e10

Please sign in to comment.