Luc 5a0d599f2c Add support of SDFat 1.1 for ESP8266
Add support of dos shortname for sharedSD (mainly for Marlin)
Add SDFat version in report for reference
2021-05-31 18:39:45 +02:00

46 lines
663 B
JavaScript

var indexSectionsWithContent =
{
0: "_abcdefghijklmnoprstuvwy",
1: "abcdfilmops",
2: "abfimos",
3: "abcdefghiklmnoprstuvwy",
4: "_abcdefghijlmnoprstuvw",
5: "bdfilmops",
6: "s",
7: "bce",
8: "f",
9: "cdefimnpsuw",
10: "a"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "enums",
7: "enumvalues",
8: "related",
9: "defines",
10: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Enumerations",
7: "Enumerator",
8: "Friends",
9: "Macros",
10: "Pages"
};