Naming Scheme ============= * File naming convention: + Hardware images: Maker_Model_V#_OptionalDescription.ext + Other files: Maker_Title_OptionalDescription.ext (Note: Undecided on how to handle differing versions; i.e., with a - or a _ in between the model and version.) * Character usage: + Underscore (_) serves as a separator between fields. + Hypen (-) serves as a hypen or as a substitute for the space character within a field. + The "optional description" field omits hypens entirely; opting for TitleCaseWithoutSpaces for visual compatness. * Examples: + "Ai-Thinker_ESP-32S.png" - Maker: Ai-Thinker - Model: ESP-32S + "April-Brother_ESPea32_ComponentSide.jpg" - Maker: April Brother - Model: ESPea32 - Optional description: Component Side