Skip to content

Commit

Permalink
fix the camera adc pin number
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Jan 24, 2024
1 parent 032beb7 commit 5ab817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oresat_cfc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
camera_spi_bus = 1
camera_spi_device = 1
camera_enable_pin = "SENSOR_ENABLE"
camera_adc_num = 2
camera_adc_num = 0
tec_enable_pin = "TEC_ENABLE"

app.od["versions"]["sw_version"].value = __version__
Expand Down

0 comments on commit 5ab817c

Please sign in to comment.