Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Dec 22, 2023
1 parent 969ad4a commit dd93e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/print_inch_feet/print_inch_feet.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void setup()
Serial.println(__FILE__);
Serial.print("PRINTHELPERS_VERSION: ");
Serial.println(PRINTHELPERS_VERSION);
Serial.println()
Serial.println();

// test some random values
for (float inch = 0; inch < 100; inch += 5.43)
Expand Down

0 comments on commit dd93e65

Please sign in to comment.