FIX: auto cali send failed

and cannot set cali step to 0.001
jira: STUDIO-14042 & STUDIO-14119

Change-Id: I56ecc70d0413398ecacd1c842f7102e810277cfd
(cherry picked from commit c16925931c642d8e27d739a401148bc94c5f3965)
This commit is contained in:
zhimin.zeng
2025-08-21 14:36:38 +08:00
committed by Noisyfox
parent 7bc01c625d
commit c1e4876793
2 changed files with 7 additions and 7 deletions

View File

@@ -10,8 +10,8 @@ class ProgressIndicator;
class Preset;
namespace GUI {
extern const float MIN_PA_K_VALUE;
extern const float MAX_PA_K_VALUE;
extern const double MIN_PA_K_VALUE;
extern const double MAX_PA_K_VALUE;
class CalibInfo
{