mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Need to declare init_has_run in the .h
This commit is contained in:
parent
500630e268
commit
478e90c261
@ -27,6 +27,8 @@ class WebOTA {
|
|||||||
|
|
||||||
int handle();
|
int handle();
|
||||||
private:
|
private:
|
||||||
|
bool init_has_run;
|
||||||
|
|
||||||
String get_ota_html();
|
String get_ota_html();
|
||||||
long max_sketch_size();
|
long max_sketch_size();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user