Browse Source

fast fix!!!

master
parent
commit
acf7f9f184
  1. 3
      src/html.h

3
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;

Loading…
Cancel
Save