We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b6249 commit 3a06aadCopy full SHA for 3a06aad
pybricksdev/cli/__init__.py
@@ -322,9 +322,9 @@ async def reconnect_hub():
322
await hub.download(script_path)
323
324
case ResponseOptions.RUN_STORED:
325
- if hub.fw_version < Version("v3.3.0"):
+ if hub.fw_version < Version("3.2.0-beta.4"):
326
print(
327
- "Running a stored program remotely is only supported in the hub firmware version >= v3.3.0."
+ "Running a stored program remotely is only supported in the hub firmware version >= v3.2.0."
328
)
329
else:
330
default_response_option = ResponseOptions.RUN_STORED
0 commit comments