Skip to content

Commit

Permalink
Update ESPDash.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 authored Dec 3, 2023
1 parent 9436e37 commit fe8fd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESPDash.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class ESPDash{
void refreshLayout();

public:
ESPDash(AsyncWebServer* server, const char* uri = "/", bool enable_default_stats = false);
ESPDash(AsyncWebServer* server, bool enable_default_stats);
ESPDash(AsyncWebServer* server, const char* uri, bool enable_default_stats);

// Set Authentication
void setAuthentication(const char* user, const char* pass);
Expand Down

0 comments on commit fe8fd25

Please sign in to comment.