'class EditableLargeNumberMenuItem' has no member named 'getAsFloat'
Confirm that the bug is in the embedded library
lib or doc
To Reproduce
i can read with getLargeNumber() but not with getAsFloat(). Its a largeNumberMenuitem w. 2 decimals, 5 totals, default value 0 and allowed neg values
Describe the bug Documentation suggests you can get/set a float value on a LargeNumberMenuItem, see https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/menu-item-types/largenum-menu-item/
mP_Ki = menuConfigurationPidI1.getAsFloat();
but
'class EditableLargeNumberMenuItem' has no member named 'getAsFloat'
Confirm that the bug is in the embedded library lib or doc
To Reproduce i can read with getLargeNumber() but not with getAsFloat(). Its a largeNumberMenuitem w. 2 decimals, 5 totals, default value 0 and allowed neg values
Device Specs osx, platformio, arduino nano esp32, latest tcmenu lib