Skip to content

Commit

Permalink
Count version number up
Browse files Browse the repository at this point in the history
  • Loading branch information
rebane2001 committed Oct 24, 2020
1 parent 1f0bf41 commit ce0b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chanduino/chanduino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const char *root_ca = PSTR( \
// Web client settings
const int httpPort = 443;
const char *host = "a.4cdn.org";
const String useragent = "Chanduino/0.3";
const String useragent = "Chanduino/0.4";

// Wifi config webserver variables
WiFiServer server(80);
Expand Down

0 comments on commit ce0b384

Please sign in to comment.