Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Sep 23, 2023
2 parents cd64ed1 + 1ce5c14 commit d16fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ElegantOTA.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class ElegantOTAClass{
char _username[64];
char _password[64];

bool _auto_reboot = false;
bool _auto_reboot = true;
bool _reboot = false;
unsigned long _reboot_request_millis = 0;

Expand Down

0 comments on commit d16fd24

Please sign in to comment.