mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-27 08:02:14 +01:00
add parameter to hide detail page button (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
766159cff7
commit
d403656c35
@@ -1098,6 +1098,15 @@ Timer tmSerial
|
||||
vis bDown2,1
|
||||
vis tCF2,1
|
||||
}
|
||||
//Show btDetail
|
||||
spstr strCommand.txt,tTmp.txt,"~",47
|
||||
if(tTmp.txt!="1")
|
||||
{
|
||||
vis btDetail,1
|
||||
}else
|
||||
{
|
||||
vis btDetail,0
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="pageType")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user