We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ae315 commit 77ce8d0Copy full SHA for 77ce8d0
Sketch/sketch_jul01b.ino Sketch/sketch_jul01b/sketch_jul01b.ino
@@ -10,7 +10,7 @@ void setup()
10
11
display_pins displayPins = init_display_pins(13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2);
12
13
- thermometer = new Thermometer(displayPins, 0, 4500);
+ thermometer = new Thermometer(displayPins, 0, 4700);
14
thermometer->init();
15
}
16
0 commit comments