PWR_MIN
pwr = (uint16_t)(rounddown(minScaledPwr - PWR_MIN + PWR_STEP / 2, PWR_STEP) + PWR_MIN);
for (i = 0; i < (2 * (pwr - PWR_MIN) / EEP_SCALE + 1); i++)
pwr = (uint16_t)(rounddown(minScaledPwr - PWR_MIN + PWR_STEP / 2, PWR_STEP) + PWR_MIN);
for (i = 0; i < (2 * (pwr - PWR_MIN) / EEP_SCALE + 1); i++) {