Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 4309fb5

Browse files
committed
move delay to the outside of PLOTTER_FORMAT #define
1 parent 92e81eb commit 4309fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sps30/sps30.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ void loop() {
4242

4343
#ifndef PLOTTER_FORMAT
4444
Serial.print("measurements started\n");
45-
delay(1000);
4645
#endif /* PLOTTER_FORMAT */
46+
delay(1000);
4747

4848
do {
4949
ret = sps30_read_data_ready(&data_ready);

0 commit comments

Comments
 (0)