We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a046b commit 5f816cdCopy full SHA for 5f816cd
system_setup.h
@@ -12,7 +12,7 @@ const char* LIBRARY_USER = "";
12
const char* LIBRARY_PWD = "";
13
14
/* SCRIPT_URL should point to the php script on the music file server */
15
-const char* SCRIPT_URL = "http://192.168.0.108/eSP32_vs1053.php";
+const char* SCRIPT_URL = "http://192.168.0.50/music/eSP32_vs1053.php";
16
17
/* If SET_STATIC_IP is set to true then STATIC_IP, GATEWAY, SUBNET and PRIMARY_DNS have to be set to some sane values */
18
const bool SET_STATIC_IP = false;
0 commit comments