From 2bead48384ce0ea9b689eff74dab402f193a28a8 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 8 Jul 2021 23:08:44 +1200 Subject: [PATCH] Add wifi --- config.json.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.json.sample b/config.json.sample index a9bda6a..0d08d1d 100644 --- a/config.json.sample +++ b/config.json.sample @@ -1,4 +1,8 @@ { + "wifi": { + "ssid": "Infected", + "password": "(m0unt@1n5)" + }, "token": "", "recipient": "" } \ No newline at end of file