Skip to content

Commit

Permalink
fix: "power_switch" is null in shuttle_index.json
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 27, 2023
1 parent 765ae2d commit 89cd2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shuttle.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def configure_mux(self):
"repo": project.git_url,
"commit": project.commit_id,
"features": {
"power_switch": module["pg_vdd"],
"power_switch": bool(module["pg_vdd"]),
"analog": module["analog"],
},
}
Expand Down

0 comments on commit 89cd2e7

Please sign in to comment.