Browse Source

✏️ Fix Unicode (#23186)

Keith Bennett 2 years ago
parent
commit
09ee63caf1
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -1667,7 +1667,7 @@
1667 1667
   //#define STATUS_ALT_FAN_BITMAP     // Use the alternative fan bitmap
1668 1668
   //#define STATUS_FAN_FRAMES 3       // :[0,1,2,3,4] Number of fan animation frames
1669 1669
   //#define STATUS_HEAT_PERCENT       // Show heating in a progress bar
1670
-  //#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of PROGMEM.
1670
+  //#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of PROGMEM.
1671 1671
 
1672 1672
   // Frivolous Game Options
1673 1673
   //#define MARLIN_BRICKOUT

Loading…
Cancel
Save