We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f966f commit b5ccbb2Copy full SHA for b5ccbb2
chanduino/chanduino.ino
@@ -73,7 +73,7 @@ const char *root_ca = PSTR( \
73
// Web client settings
74
const int httpPort = 443;
75
const char *host = "a.4cdn.org";
76
-const String useragent = "Chanduino/0.5";
+const String useragent = "Chanduino/0.6";
77
78
// Wifi config webserver variables
79
WiFiServer server(80);
0 commit comments