Skip to content

Commit a4a95e4

Browse files
authored
Update src/data/examples/zh-Hans/10_Interaction/28_ArduinoSensor.js
1 parent 6d7c926 commit a4a95e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/10_Interaction/28_ArduinoSensor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
function setup() {
2121
createCanvas(400, 400);
2222
noStroke();
23-
fill("#ff00aa22");
23+
fill('#ff00aa22');
2424
receiveSensorData(handleData);
2525
}
2626

0 commit comments

Comments
 (0)