Skip to content

Commit

Permalink
Fix calib
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Mar 25, 2024
1 parent d80ba73 commit 420c2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/cal_CTx_v_meter/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ constexpr int16_t ADCDuration{ 104 }; // Time in microseconds for one ADC conve
// powerCal is the RECIPR0CAL of the power conversion rate. A good value
// to start with is therefore 1/20 = 0.05 (Watts per ADC-step squared)
//
inline constexpr float f_powerCal[NO_OF_PHASES]{ 0.042492F, 0.043685F, 0.041171F };
inline constexpr float f_powerCal[NO_OF_PHASES]{ 0.042492F, 0.043685F, 0.041342F };

// f_phaseCal is used to alter the phase of the voltage waveform relative to the
// current waveform. The algorithm interpolates between the most recent pair
Expand Down

0 comments on commit 420c2b1

Please sign in to comment.