mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-09 07:56:27 -06:00
🔧 CONFIG_DUMP => CONFIG_EXPORT
This commit is contained in:
parent
2e46fc8237
commit
a450b55fb1
283 changed files with 849 additions and 849 deletions
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
// @section develop
|
// @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).
|
* Output files are saved with the build (e.g., .pio/build/mega2560).
|
||||||
*
|
*
|
||||||
* See `build_all_examples --ini` as an example of config.ini archiving.
|
* 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)
|
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
|
||||||
* 4 = schema.yml - The entire configuration schema.
|
* 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 ============================
|
//============================= Thermal Settings ============================
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue