mention that all undervolt voltage must be negative in config file (fix #171)

This commit is contained in:
erpalma
2020-02-20 10:14:38 +01:00
parent e897f95385
commit d5ee6de8eb

View File

@@ -44,6 +44,7 @@ cTDP: 0
# Disable BDPROCHOT (EXPERIMENTAL) # Disable BDPROCHOT (EXPERIMENTAL)
Disable_BDPROCHOT: False Disable_BDPROCHOT: False
# All voltage values are expressed in mV and *MUST* be negative (i.e. undervolt)!
[UNDERVOLT.BATTERY] [UNDERVOLT.BATTERY]
# CPU core voltage offset (mV) # CPU core voltage offset (mV)
CORE: 0 CORE: 0
@@ -56,6 +57,7 @@ UNCORE: 0
# Analog I/O voltage offset (mV) # Analog I/O voltage offset (mV)
ANALOGIO: 0 ANALOGIO: 0
# All voltage values are expressed in mV and *MUST* be negative (i.e. undervolt)!
[UNDERVOLT.AC] [UNDERVOLT.AC]
# CPU core voltage offset (mV) # CPU core voltage offset (mV)
CORE: 0 CORE: 0