-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matt Yang <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ constexpr char AUTHOR[] = "Matt Yang ([email protected])"; | |
constexpr char HELP_DESC[] = | ||
"Dynamic screen refresh rate controller for Android 10+. Details see https://github.com/yc9559/dfps.\n" | ||
"Usage: dfps [-o log_file] config_file"; | ||
constexpr char VERSION[] = "v1(22.08.21)"; | ||
constexpr char VERSION[] = "v1(23.01.15)"; | ||
constexpr int TERM_SIG = SIGUSR1; | ||
|
||
std::string configFile; | ||
|