We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fc03b commit 3b6eeffCopy full SHA for 3b6eeff
examples/MultiValue_example/MultiValue_example.ino
@@ -51,11 +51,11 @@ void loop() {
51
52
switchButton = !switchButton;
53
if (switchButton) {
54
- location = Location(latMov, lonMov);
55
- color = Color(hueRed, satRed, briRed);
+ location = Location(latMov, lonMov);
+ color = Color(hueRed, satRed, briRed);
56
} else {
57
- location = Location(latArd, lonArd);
58
- color = Color(hueGreen, satGreen, briGreen);
+ location = Location(latArd, lonArd);
+ color = Color(hueGreen, satGreen, briGreen);
59
}
60
delay(5000);
61
0 commit comments