diff options
Diffstat (limited to 'tomorrowthegroundGUI/tomorrowthegroundGUI.pde')
| -rw-r--r-- | tomorrowthegroundGUI/tomorrowthegroundGUI.pde | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde index f4966ac..cf6d07a 100644 --- a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde +++ b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde @@ -11,8 +11,8 @@ String sendIP; void setup() { bgmaps=new PImage[2]; - sendIP="192.168.10.176"; - int map=2; + sendIP="127.0.0.1"; + int map=1; switch (map) { case 1: bgmaps[0] = loadImage("gentmap.png"); |
