Skip to content

Commit

Permalink
changed user agent to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJake222 committed Jan 9, 2024
1 parent 2465fa6 commit 3fc1933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/httpc/httpclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ int HttpClient::get(const char* url) {
return -1;
}

res = send_string("User-agent: PicoRadio/0.1\r\n", true);
res = send_string("User-agent: PicoRadio/1.0\r\n", true);
if (res < 0) {
puts("send header User-agent failed");
return -1;
Expand Down

0 comments on commit 3fc1933

Please sign in to comment.