Skip to content

Commit

Permalink
Added the controll type to s2_control_type wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
VladIftime committed Jan 13, 2025
1 parent bdf93eb commit ba68d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s2python/s2_control_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def deactivate(self, conn: "S2Connection") -> None: ...

class PEBCControlType(S2ControlType):
def get_protocol_control_type(self) -> ProtocolControlType:
return ProtocolControlType.PEAK_RATE_BASED_CONTROL
return ProtocolControlType.POWER_ENVELOPE_BASED_CONTROL

def register_handlers(self, handlers: "MessageHandlers") -> None:
pass
Expand Down

0 comments on commit ba68d80

Please sign in to comment.