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
Using Cayenne LPP payload battery widget in dashboard is shown as slider and not as value as it should be. It isn't possible to change in Cayenne dashboard to show the correct widget. The reason is a wrong field declaration in main.c. Line 285 is: "AppData[5] = 0x03;" and should be "AppData[5] = 0x02;" to show correct widget. Please correct the line.
The text was updated successfully, but these errors were encountered:
Using Cayenne LPP payload battery widget in dashboard is shown as slider and not as value as it should be. It isn't possible to change in Cayenne dashboard to show the correct widget. The reason is a wrong field declaration in main.c. Line 285 is: "AppData[5] = 0x03;" and should be "AppData[5] = 0x02;" to show correct widget. Please correct the line.
The text was updated successfully, but these errors were encountered: