• v8.5 19dbabd71d

    Simplify power calibration: pure binary search, no telemetry guessing

    mchus released this 2026-04-14 22:12:45 +03:00 | 162 commits to main since this release

    Remove telemetry-guided initial candidate; use strict binary search
    midpoint at every step. Clean and predictable convergence in O(log N)
    attempts within the allowed power range [minLimitW, startingLimitW].

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads