Skip to content

Commit 96f793e

Browse files
committed
connections: Changed ABI default value to v6 for running programs.
1 parent 0359937 commit 96f793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybricksdev/connections/pybricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async def run(self, py_path, wait=True, print_output=True):
240240

241241
# Compile the script to mpy format
242242
self.script_dir, _ = os.path.split(py_path)
243-
mpy = await compile_file(py_path, abi=5)
243+
mpy = await compile_file(py_path, abi=6)
244244

245245
try:
246246
self.loading = True

0 commit comments

Comments
 (0)