🔧 CONFIG_DUMP => CONFIG_EXPORT

This commit is contained in:
Scott Lahteine 2022-08-04 15:18:28 -05:00
parent 2e46fc8237
commit a450b55fb1
283 changed files with 849 additions and 849 deletions

View file

@ -35,9 +35,9 @@
// @section develop
/**
* Configuration Dump to JSON and INI format
* Configuration Export to JSON and INI format
*
* Dump the configuration as part of the build. (See signature.py)
* Export the configuration as part of the build. (See signature.py)
* Output files are saved with the build (e.g., .pio/build/mega2560).
*
* See `build_all_examples --ini` as an example of config.ini archiving.
@ -48,7 +48,7 @@
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
* 4 = schema.yml - The entire configuration schema.
*/
//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml']
//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml']
//===========================================================================
//============================= Thermal Settings ============================