Skip to content

Commit 3b6eeff

Browse files
author
Mattia Bertorello
committed
Fix formatting
1 parent d1fc03b commit 3b6eeff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/MultiValue_example/MultiValue_example.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ void loop() {
5151

5252
switchButton = !switchButton;
5353
if (switchButton) {
54-
location = Location(latMov, lonMov);
55-
color = Color(hueRed, satRed, briRed);
54+
location = Location(latMov, lonMov);
55+
color = Color(hueRed, satRed, briRed);
5656
} else {
57-
location = Location(latArd, lonArd);
58-
color = Color(hueGreen, satGreen, briGreen);
57+
location = Location(latArd, lonArd);
58+
color = Color(hueGreen, satGreen, briGreen);
5959
}
6060
delay(5000);
6161
}

0 commit comments

Comments
 (0)