Skip to content

Commit 5f816cd

Browse files
Update local library path
1 parent 41a046b commit 5f816cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const char* LIBRARY_USER = "";
1212
const char* LIBRARY_PWD = "";
1313

1414
/* 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";
15+
const char* SCRIPT_URL = "http://192.168.0.50/music/eSP32_vs1053.php";
1616

1717
/* If SET_STATIC_IP is set to true then STATIC_IP, GATEWAY, SUBNET and PRIMARY_DNS have to be set to some sane values */
1818
const bool SET_STATIC_IP = false;

0 commit comments

Comments
 (0)