Browse Source

Use BubbleSort by default. Disable ShellSort until I fix it

Alex Voinea 3 years ago
parent
commit
f346125948
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/Configuration_adv.h

+ 1 - 1
Firmware/Configuration_adv.h

@@ -239,7 +239,7 @@
 	  #define SD_SORT_TIME 0
 	  #define SD_SORT_ALPHA 1
 	  #define SD_SORT_NONE 2
-	  #define SHELLSORT
+	  // #define SHELLSORT
 	  // #define SORTING_DUMP
 	
 	  #define SDSORT_LIMIT       100    // Maximum number of sorted items (10-256).