Browse Source

Define configuration template

DarkMorford 6 năm trước cách đây
mục cha
commit
3842ec716d
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      code/config.json.tmpl

+ 7 - 0
code/config.json.tmpl

@@ -0,0 +1,7 @@
+{
+	"wifi": {
+		"ssid": "LunarModule",
+		"password": "DesertBus"
+	},
+	"buttonId": 0
+}