Hi
I’m starting to work with Tables and would like to add unit symbols (degC, kPa etc) to the values being sent to the table. Can this be done, and if so, how? I tried adding an extra comma delimiter after the value to add a unit, but this didn’t show on the Table.
‘’’ Blynk.virtualWrite(V20, “update”, 0, “Temperature”, tempData, “*C”);
‘’’
Also, can the dot Icons be changed to different colours or even different icons. Is so, how?