diff --git a/config/wifi.json b/config/wifi.json index 99ce372..5ce3d79 100644 --- a/config/wifi.json +++ b/config/wifi.json @@ -1,5 +1,5 @@ { "apMode": 0, - "SSID": "tErAx1d", - "Password": "ramalamadingdong" + "SSID": "myAP", + "Password": "myAP_password" } \ No newline at end of file diff --git a/data/wifi.json b/data/wifi.json index 99ce372..5ce3d79 100644 --- a/data/wifi.json +++ b/data/wifi.json @@ -1,5 +1,5 @@ { "apMode": 0, - "SSID": "tErAx1d", - "Password": "ramalamadingdong" + "SSID": "myAP", + "Password": "myAP_password" } \ No newline at end of file