Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
increased maximum number of parameters #35
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Jan 17, 2018
1 parent a40cd63 commit e874c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const char HTTP_SCAN_LINK[] PROGMEM = "<br/><div class=\"c\"><a href=\"/wi
const char HTTP_SAVED[] PROGMEM = "<div>Daten gespeichert!<br/>Die WLAN-Netzwerkverbindung wird hergestellt...<br/><br/>Sollte keine Verbindung zustandekommen, bitte nochmals mit dem AP verbinden!</div>";
const char HTTP_END[] PROGMEM = "</div><script>setBackendType();</script></body></html>";

#define WIFI_MANAGER_MAX_PARAMS 15
#define WIFI_MANAGER_MAX_PARAMS 20

class WiFiManagerParameter {
public:
Expand Down

0 comments on commit e874c75

Please sign in to comment.