Skip to content

Commit

Permalink
Updated panel area
Browse files Browse the repository at this point in the history
  • Loading branch information
jinayang15 committed Mar 11, 2024
1 parent 7058332 commit 0ccbc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/panels_data/panels_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_panel_table(db_user, db_password, db_host, db_name):
"tilt": -8.06,
"width": 0.25,
"height": 0.5,
"area": 12 * panel_area,
"area": 8 * panel_area,
},
{
"name": "Back Left 2",
Expand Down Expand Up @@ -186,7 +186,7 @@ def create_panel_table(db_user, db_password, db_host, db_name):
"tilt": 8.75,
"width": 0.125,
"height": 0.75,
"area": 16 * panel_area,
"area": 5 * panel_area,
},
{
"name": "Front Middle 2",
Expand Down

0 comments on commit 0ccbc7e

Please sign in to comment.