From 77d92155df31d706a54077c67cee50aa3ff314ca Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Wed, 3 Oct 2018 21:24:47 +0200 Subject: [PATCH] add ap infos to example conf --- data/example.config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/example.config.json b/data/example.config.json index 7777ec7..f9326fd 100644 --- a/data/example.config.json +++ b/data/example.config.json @@ -1,6 +1,8 @@ { "stationMode": 0, "hostname": "illucat", + "apSSID": "illucat", + "apPassword": "illucat", "stationSSID": "MyWifi", "stationPassword": "myWifiPassword", "meshSSID": "illucat",