We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51921b4 commit ce49b43Copy full SHA for ce49b43
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.4";
+const String useragent = "Chanduino/0.5";
77
78
// Wifi config webserver variables
79
WiFiServer server(80);
0 commit comments