TOML format files consist of key-value pairs, where keys are strings and values can be one of a number of types. In some ways it’s reminiscent of the Microsoft Windows .ini file format, but with ...
# Official guide: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ # Full spec: https://packaging.python.org/en/latest/specifications/pyproject-toml/ ...
charge_soc_threshold_high = 98.0 # Float: 0.0-100.0 - Immediate termination charge_soc_threshold_low = 95.0 # Float: 0.0-100.0, must be < high - With taper current charge_taper_current = 0.2 # Float: ...