🔧 Add date, version to Config Export
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
// @section develop
|
||||
|
||||
/**
|
||||
* Configuration Dump
|
||||
* Configuration Export
|
||||
*
|
||||
* 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 ============================
|
||||
|
Reference in New Issue
Block a user