This commit is contained in:
cfif 2026-05-29 16:13:17 +03:00
parent d19060bd43
commit 30755d7dee
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 120 // вычитаемая поправка (Ом)
#define R_CORRECTION 100 // вычитаемая поправка (Ом)
uint32_t find_steps_for_resistance(uint32_t target_ohm, uint8_t *step_100k, uint8_t *step_10k) {
uint32_t best_r = 0;