Skip to content

Commit eae4ccf

Browse files
committed
Remove testing changes
1 parent 749c2f8 commit eae4ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/DBTFT/src/DBTFT.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ void loop() {
782782
}
783783
}
784784
Serial.println("Reload");
785-
da = db.getDepartures(fromStation->stationId, NULL, tdst + 7 * 3600, activeDesign->maxEntries, 2, filter);
785+
da = db.getDepartures(fromStation->stationId, NULL, tdst, activeDesign->maxEntries, 3, filter);
786786
Serial.println(db.getError());
787787
departure = da;
788788
if (departure != NULL) {

0 commit comments

Comments
 (0)