You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the _tst variable is changed to type float, the variable value is printed correctly. The primary variable needs to be of type double for compatibility with external libraries, and it appears that LiquidMenu should support doubles without needing conversion of every double variable.
What should be happening?
The menu should display the actual value of the double variable without needing conversion to float.
Compiler output
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Library version
Yes, from Arduino library manager.
Bug description
What is happening?
When using a
LiquidLine
with adouble
variable, the menu output prints '0.00'.With
LIQUIDMENU_DEBUG true
set the debug messages show the double value being parsed as afloat
:If the
_tst
variable is changed to typefloat
, the variable value is printed correctly. The primary variable needs to be of typedouble
for compatibility with external libraries, and it appears that LiquidMenu should support doubles without needing conversion of every double variable.What should be happening?
The menu should display the actual value of the double variable without needing conversion to float.
Compiler output
No response
The text was updated successfully, but these errors were encountered: