Update configuration steps translatable strings#1802
Open
github-actions[bot] wants to merge 7 commits into
Open
Update configuration steps translatable strings#1802github-actions[bot] wants to merge 7 commits into
github-actions[bot] wants to merge 7 commits into
Conversation
github-actions
Bot
force-pushed
the
update-configuration-steps-strings
branch
from
July 10, 2026 02:37
4935cf9 to
8dd6c7b
Compare
amilcarlucas
force-pushed
the
renovate/setuptools-83.x
branch
from
July 11, 2026 02:10
824cc8f to
05d227e
Compare
github-actions
Bot
force-pushed
the
update-configuration-steps-strings
branch
from
July 11, 2026 14:20
8dd6c7b to
26fb09b
Compare
amilcarlucas
force-pushed
the
renovate/setuptools-83.x
branch
from
July 11, 2026 14:31
05d227e to
210b6a8
Compare
Signed-off-by: Dr.-Ing. Amilcar do Carmo Lucas <amilcar.lucas@iav.de>
Adds 25 hardware-free unit tests for data_model_rc_calibration.py using a mocked FlightController (MagicMock), following the BDD Given-When-Then style already used in test_data_model_accelerometer_calibration.py. Coverage of data_model_rc_calibration.py: 99% (all statements, 25/26 branches). Covered behaviours: - connection state (connected / disconnected) - start/cancel calibration and stale-state clearing - finish_calibration: RCn_MIN/MAX/TRIM writes, midpoint trim, symmetric max fallback, 0-based to 1-based channel mapping, state cleanup - RC_CHANNELS telemetry: axis mapping, invalid-PWM sentinel handling, chancount bound, swallowed recv_match exceptions, HEARTBEAT flight_mode - min/max tracking active only while calibrating No hardware required: all MAVLink I/O is mocked. Signed-off-by: Billard <82095453+iacker@users.noreply.github.com>
Removes the duplicated window-centering block (R0801) shared between CalibrationPopupBase and CompassCalibrationInstructionsPopup. Both now call a single module-level center_over_parent() helper. Behavior unchanged; fixes the pylint 3.14 duplicate-code failure.
github-actions
Bot
force-pushed
the
update-configuration-steps-strings
branch
from
July 16, 2026 11:59
26fb09b to
0eaf075
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the configuration_steps_strings.py file with new translatable strings.
These strings were automatically extracted from the configuration_steps_*.json files
and the configuration_steps_schema.json schema file.
This PR was triggered by changes to one or more configuration files.