From e206c2d03ec1137efbafcc14d806bb03774d9924 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Thu, 7 Jan 2021 21:11:37 +0100 Subject: [PATCH] changed default config.json --- APED/app/src/main/assets/defaultConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APED/app/src/main/assets/defaultConfig.json b/APED/app/src/main/assets/defaultConfig.json index a3f1800..5b5b54a 100644 --- a/APED/app/src/main/assets/defaultConfig.json +++ b/APED/app/src/main/assets/defaultConfig.json @@ -1,6 +1,6 @@ { "address": "192.168.1.100", "port" : 8080, - "currentView" : "", + "currentView" : -1, "favorites" : [ ] } \ No newline at end of file