neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
948 stars 191 forks source link

can't tunning fieldbase when using "exitEvent" #377

Open kapete23 opened 2 years ago

kapete23 commented 2 years ago

Hello sir.., there is bug. display on LCD 1602 and rotary encoder as control. i can't tunning value in field and altField for floating value when i use "exitEvent".

altFIELD(decPlaces<2>::menuField,dataSet.temp[0],"T1"," \xDF\x43",0,50,1,0.01,saveData,exitEvent,wrapStyle)

FIELD(dataSet.tunda,"tSensor","ms",250,5000,10,1,saveData,exitEvent,wrapStyle)

i use arduino uno for temperature and humidity control project. please fix the bug. Sorry to disturb your time. exitEvent works properly but can't tune fieldbase value