Skip to content

Commit

Permalink
Merge pull request #9 from prezeskk/patch-1
Browse files Browse the repository at this point in the history
Update defines.h - wrong update host URL
  • Loading branch information
netmaniac authored Jul 8, 2020
2 parents 8df2e4e + 08c552a commit 21340a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extern String tmpl(const String& patt, const String& value);
#define UPDATE_URL F("/NAMF/index.php")
#define UPDATE_HOST_ALFA F("alfa.fw.nettigo.pl")
#define UPDATE_URL_ALFA F("/NAMF/index.php")
#define UPDATE_HOST_BETA F("alfa.fw.nettigo.pl")
#define UPDATE_HOST_BETA F("beta.fw.nettigo.pl")
#define UPDATE_URL_BETA F("/NAMF/index.php")
#define UPDATE_PORT 80

Expand Down

0 comments on commit 21340a8

Please sign in to comment.