This commit is contained in:
Bart Dring
2021-12-02 14:44:57 -06:00
parent 646e4b1911
commit f6e8a7f0d4
3 changed files with 10 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
#include "settings.h"
const char* ssid = "TWANG_AP";
const char* passphrase = "12345666";
const char* passphrase = "12345678";
WiFiServer server(80);