This commit is contained in:
cfif 2026-06-01 10:11:45 +03:00
parent 30755d7dee
commit fd4b60bad5
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static const uint32_t pot_10k[256] = {
};
#define R_CORRECTION 100 // вычитаемая поправка (Ом)
#define R_CORRECTION 230 // вычитаемая поправка (Ом)
uint32_t find_steps_for_resistance(uint32_t target_ohm, uint8_t *step_100k, uint8_t *step_10k) {
uint32_t best_r = 0;