Add parapentiste forum link

This commit is contained in:
sinseman
2015-05-04 10:35:38 +02:00
parent 00fc692c98
commit ba0633cf28
2 changed files with 4 additions and 2 deletions

View File

@@ -363,7 +363,7 @@ void renderStatItem(float value, const __FlashStringHelper *unit, bool integer =
menuUsed = false;
display.setTextColor(BLACK);
if (integer == true) {
if (true == integer) {
display.print((int)value);
}
else {
@@ -386,7 +386,7 @@ void renderDateTime(DateTime d, uint8_t bold = 0)
display.setTextColor(WHITE, BLACK);
renderZero(d.day());
display.print(d.day());
display.setTextColor(BLACK);
display.print(F("/"));