Skip to content

Commit

Permalink
Added status while recording with the sound card
Browse files Browse the repository at this point in the history
  • Loading branch information
dyka3773 committed Jan 18, 2024
1 parent f22bde6 commit 2730231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rocket/app/SoundCard/SoundCardController.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ async def run_sound_card_cycle():
await DataStorage().save_temperature_of_sensor(temperature_of_thermistor1, 1)
await DataStorage().save_temperature_of_sensor(temperature_of_thermistor2, 2)

await DataStorage().save_sound_card_status(2)

await asyncio.sleep(0.3)

await DataStorage().save_sound_card_status(0)
Expand Down

0 comments on commit 2730231

Please sign in to comment.