File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -271,19 +271,19 @@ void loop()
271
271
Serial.println (displayImageResult);
272
272
}
273
273
}
274
- else if (status == 204 )
275
- {
276
- songStartMillis = 0 ;
277
- Serial.println (" Doesn't seem to be anything playing" );
278
- }
279
- else
280
- {
281
- Serial.print (" Error: " );
282
- Serial.println (status);
283
- }
284
-
285
- requestDueTime = millis () + delayBetweenRequests;
286
274
}
275
+ else if (status == 204 )
276
+ {
277
+ songStartMillis = 0 ;
278
+ Serial.println (" Doesn't seem to be anything playing" );
279
+ }
280
+ else
281
+ {
282
+ Serial.print (" Error: " );
283
+ Serial.println (status);
284
+ }
285
+
286
+ requestDueTime = millis () + delayBetweenRequests;
287
287
}
288
288
if (songStartMillis != 0 && millis () > progressDueTime) {
289
289
long songProgress = millis () - songStartMillis;
You can’t perform that action at this time.
0 commit comments