mirror of
				https://github.com/s00500/ESPUI.git
				synced 2025-10-31 02:03:25 +00:00 
			
		
		
		
	Fixed default ssid and pasphrase.
This commit is contained in:
		| @@ -11,8 +11,8 @@ DNSServer dnsServer; | ||||
| #include <ESP8266WiFi.h> | ||||
| #endif | ||||
|  | ||||
| const char* ssid = "MaRtInG"; | ||||
| const char* password = "martinshomenetwork"; | ||||
| const char* ssid = "YourNetworkName"; | ||||
| const char* password = "YourNetworkPassphrase"; | ||||
|  | ||||
| const char* hostname = "espui"; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MartinMueller2003
					MartinMueller2003