Skip to content

Commit

Permalink
util: get_tinyprog_meta(): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 5, 2024
1 parent 4cf68b0 commit 1f4e8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apio/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ def get_tinyprog_meta() -> list:

# -- Execute the command!
# -- It will return the meta information as a json string
result = exec_command([_command, "--pyserial", "--meta2"])
result = exec_command([_command, "--pyserial", "--meta"])

# -- Get the output
out = result["out"]
Expand Down

0 comments on commit 1f4e8e3

Please sign in to comment.