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 b685ad0 commit d809997Copy full SHA for d809997
src/ping_thread.c
@@ -158,7 +158,7 @@ ping(void)
158
*/
159
snprintf(request, sizeof(request) - 1,
160
"GET %s%sgw_id=%s&sys_uptime=%lu&sys_memfree=%u&sys_load=%.2f&wifidog_uptime=%lu HTTP/1.0\r\n"
161
- "User-Agent: WiFiDog-ffw %s\r\n"
+ "User-Agent: WiFiDog %s\r\n"
162
"Host: %s\r\n"
163
"\r\n",
164
auth_server->authserv_path,
0 commit comments