Skip to content

Commit

Permalink
apps: calibrate: Increment number of the generated file
Browse files Browse the repository at this point in the history
Since we changed the filename, this will ensure that old calibration
data won't override the new one.
  • Loading branch information
StollD committed Feb 22, 2024
1 parent 81689ee commit f3d1a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/calibrate/calibrate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class Calibrate : public core::Application {
// clang-format off

const std::string filename =
fmt::format("{}/90-calibration-{:04X}-{:04X}.conf", common::buildopts::ConfigDir, vendor, product);
fmt::format("{}/91-calibration-{:04X}-{:04X}.conf", common::buildopts::ConfigDir, vendor, product);

spdlog::info("");
spdlog::info("To finish the calibration process, apply the determined values to iptsd.");
Expand Down

0 comments on commit f3d1a06

Please sign in to comment.