From 06578afda77d4c43089f76c889e0976dd41f59d9 Mon Sep 17 00:00:00 2001 From: simon <652327+volt-sec@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:53:08 +0100 Subject: [PATCH] revert gitignore, SSID and default password --- .gitignore | 1 - wifimgr.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2483976..9f11b75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ .idea/ -__pycache__/ diff --git a/wifimgr.py b/wifimgr.py index 3ad1f9b..b0982c9 100644 --- a/wifimgr.py +++ b/wifimgr.py @@ -4,8 +4,8 @@ import time import ure import wifimgr_utils -AP_SSID = "wifimanager" -AP_PASSWORD = "wifimanager" +AP_SSID = "WifiManager" +AP_PASSWORD = "tayfunulu" AP_AUTHMODE = 3 # WPA2 NETWORK_PROFILES = 'wifi.dat'