🧑‍💻 Includes in Conditionals (for code dimming) (#27387)

This commit is contained in:
Scott Lahteine 2024-09-02 00:38:13 -05:00 committed by GitHub
parent 97b9fe83ee
commit 162ea81894
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 221 additions and 86 deletions

View file

@ -195,7 +195,7 @@ def apply_sections(cp, ckey='all'):
apply_ini_by_name(cp, 'config:basic')
# Apply historically Configuration_adv.h settings everywhere
# (Some of which rely on defines in 'Conditionals_LCD.h')
# (Some of which rely on defines in 'Conditionals-2-LCD.h')
elif ckey in ('adv', 'advanced'):
apply_ini_by_name(cp, 'config:advanced')