|
@ -320,13 +320,13 @@ void displayValues() { |
|
|
uva = NAN; |
|
|
uva = NAN; |
|
|
uvb = NAN; |
|
|
uvb = NAN; |
|
|
} |
|
|
} |
|
|
display.setCursor(200,y_offset+85); |
|
|
display.setCursor(200,y_offset+80); |
|
|
display.println("UV Index/A/B:"); |
|
|
display.println("UV I/A/B:"); |
|
|
display.setCursor(200,y_offset+95); |
|
|
display.setCursor(200,y_offset+90); |
|
|
display.printf("%.1f", uvi); |
|
|
display.printf("%.1f", uvi); |
|
|
display.setCursor(200,y_offset+105); |
|
|
display.setCursor(200,y_offset+100); |
|
|
display.printf("%.1f", uva); |
|
|
display.printf("%.1f", uva); |
|
|
display.setCursor(200,y_offset+115); |
|
|
display.setCursor(200,y_offset+110); |
|
|
display.printf("%.1f", uvb); |
|
|
display.printf("%.1f", uvb); |
|
|
|
|
|
|
|
|
// other nodes
|
|
|
// other nodes
|
|
|