Skip to content

Commit

Permalink
fix(core): change default value of model_variant in device properties…
Browse files Browse the repository at this point in the history
… to None

[no changelog]
  • Loading branch information
M1nd3r committed Feb 28, 2025
1 parent a949ec1 commit d4127aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/trezor/wire/thp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _get_device_properties(iface: WireInterface) -> ThpDeviceProperties:
return ThpDeviceProperties(
pairing_methods=get_enabled_pairing_methods(iface),
internal_model=utils.INTERNAL_MODEL,
model_variant=0,
model_variant=None,
protocol_version_major=2,
protocol_version_minor=0,
)
Expand Down

0 comments on commit d4127aa

Please sign in to comment.