From acf7f9f184522214850db14e6442aeee4fb31da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Sat, 28 Apr 2018 21:07:01 +0300 Subject: [PATCH] fast fix!!! --- src/html.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;