diff --git a/src/html.h b/src/html.h index 84deb7c..d664827 100644 --- a/src/html.h +++ b/src/html.h @@ -133,7 +133,8 @@ static int getHtml(parts p, char &adr, uint16_t buf_size, uint16_t bias) switch (p) { case HTML_BEGIN: - html_par + html_part = html_begin; + break; case ACC_CALIBRATE: html_part = acc_calibrate; break;