Need to declare init_has_run in the .h

This commit is contained in:
Scott Baker 2019-03-19 11:30:54 -07:00
parent 500630e268
commit 478e90c261

View File

@ -27,6 +27,8 @@ class WebOTA {
int handle();
private:
bool init_has_run;
String get_ota_html();
long max_sketch_size();
};