From 5f9f033c1d87f7ac4a91ba1d4ade251307c21281 Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Thu, 30 Nov 2023 22:16:00 -0500 Subject: [PATCH] deleted --- WIFI_CONFIG.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 WIFI_CONFIG.py diff --git a/WIFI_CONFIG.py b/WIFI_CONFIG.py deleted file mode 100644 index d02987a..0000000 --- a/WIFI_CONFIG.py +++ /dev/null @@ -1,8 +0,0 @@ -# this is just python syntax. -# Edit this file and enter the network name for your Wifi in SSID -# Enter the password for your Wifi network in the PSK -# Set the COUNTRY to the country code of your local country (yes, this matters!) - -SSID = "Example_Network" -PSK = "Example_Password" -COUNTRY = "US" # Change to your local two-letter ISO 3166-1 country code