karawin/karadio-addons

Error compiling sketch for LCD1602

h1aji opened this issue · 1 comments

h1aji commented

I am seeing this error:


error: 'removeUtf8' was not declared in this scope
   removeUtf8((byte*)line);

What type should be set here:

removeUtf8((byte*)line);

?

Is it byte?

Just comment it
//removeUtf8((byte*)line);
or erase the line