Skip to content

Commit

Permalink
Fix connection to bbl servers taking too long
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiments committed Jul 4, 2024
1 parent e43b0c7 commit 241ddee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xtouch/cloud.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class BambuCloud

HTTPClient http;
// http.begin(url, getRegionCert());
http.setTimeout(30000);
http.begin(url);
http.addHeader("Content-Type", "application/json");

Expand Down

0 comments on commit 241ddee

Please sign in to comment.