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
hello
it's possible to send a value of componentText on other page ?
this code work on the page where temp1 is but not on other page myNextion.setComponentText("temp1", String(temp1));
it's possible to send like this myNextion.setComponentText("page1.temp1", String(temp1));
thanks a lot
The text was updated successfully, but these errors were encountered:
hello
it's possible to send a value of componentText on other page ?
this code work on the page where temp1 is but not on other page
myNextion.setComponentText("temp1", String(temp1));
it's possible to send like this
myNextion.setComponentText("page1.temp1", String(temp1));
thanks a lot
The text was updated successfully, but these errors were encountered: