RAKWireless / RAK811_BreakBoard

RAKwireless,RAK811,BreakBoard,GPS tracker,Low power,Open source
5 stars 4 forks source link

Battery is shown as slider in Cayenne mydevices dashboard #15

Open SchneHa opened 5 years ago

SchneHa commented 5 years ago

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.