Add parapentiste forum link
This commit is contained in:
@@ -30,6 +30,8 @@ Encoder knob(3, 2);``` par ``` Encoder knob(2, 3);```
|
|||||||
|
|
||||||
[](http://www.youtube.com/watch?v=KeNAhEgbHnc)
|
[](http://www.youtube.com/watch?v=KeNAhEgbHnc)
|
||||||
|
|
||||||
|
[Participer à la discussion sur le forum parapentiste.](http://www.parapentiste.info/forum/bons-plans/variometre-maison-a-base-darduino-t33538.0.html)
|
||||||
|
|
||||||
|
|
||||||
### Matériel et coût
|
### Matériel et coût
|
||||||
|
|
||||||
|
|||||||
@@ -363,7 +363,7 @@ void renderStatItem(float value, const __FlashStringHelper *unit, bool integer =
|
|||||||
menuUsed = false;
|
menuUsed = false;
|
||||||
display.setTextColor(BLACK);
|
display.setTextColor(BLACK);
|
||||||
|
|
||||||
if (integer == true) {
|
if (true == integer) {
|
||||||
display.print((int)value);
|
display.print((int)value);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user