Skip to content

Commit

Permalink
Update resume_temp information
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Aug 14, 2023
1 parent 6f69b45 commit 312a429
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2>DEFAULT CONFIGURATION</h2>

<h1>DC</h1>

<p>configVerCode=202308121</p>
<p>configVerCode=202308140</p>

<p>ampFactor=
battStatusWorkaround=true
Expand Down Expand Up @@ -575,8 +575,8 @@ <h1>DC</h1>
// resume</em>temp (rt) # Default: 45</p>

<p>// Those two work together and are NOT tied to the cooldown cycle.
// At max<em>temp, charging is paused and it only resumes at resume</em>temp
// max<em>temp</em>pause is still supported for legacy frontends, but it's actually just a resume_temp alias.</p>
// At max<em>temp, charging is paused.
// Charging resumes at resume</em>temp, as long as other conditions (e.g., resume_capacity) are also met.</p>

<p>// off<em>mid (om) # Default: true
// Whether to turn off charging after rebooting the system or restarting accd, if capacity is within resume</em>capacity and pause_capacity.</p>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ In interactive mode, it also asks the user whether they want to download and ins
```
#DC#
configVerCode=202308121
configVerCode=202308140
ampFactor=
battStatusWorkaround=true
Expand Down Expand Up @@ -603,8 +603,8 @@ runCmdOnPause=''
// resume_temp (rt) # Default: 45
// Those two work together and are NOT tied to the cooldown cycle.
// At max_temp, charging is paused and it only resumes at resume_temp
// max_temp_pause is still supported for legacy frontends, but it's actually just a resume_temp alias.
// At max_temp, charging is paused.
// Charging resumes at resume_temp, as long as other conditions (e.g., resume_capacity) are also met.
// off_mid (om) # Default: true
Expand Down
6 changes: 3 additions & 3 deletions install/default-config.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configVerCode=202308121
configVerCode=202308140

ampFactor=
battStatusWorkaround=true
Expand Down Expand Up @@ -362,8 +362,8 @@ runCmdOnPause=''
# resume_temp (rt) # Default: 45

# Those two work together and are NOT tied to the cooldown cycle.
# At max_temp, charging is paused and it only resumes at resume_temp
# max_temp_pause is still supported for legacy frontends, but it's actually just a resume_temp alias.
# At max_temp, charging is paused.
# Charging resumes at resume_temp, as long as other conditions (e.g., resume_capacity) are also met.


# off_mid (om) # Default: true
Expand Down

0 comments on commit 312a429

Please sign in to comment.