Skip to content

Commit

Permalink
prepare rigby for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BK1031 committed Apr 16, 2024
1 parent 001d6b7 commit 1ad23f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rigby/rigby/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ def main() -> None:
bcm = BCM()

while True:
# pedals.generate()
# mqtt_client.publish_message("gr24/pedal", pedals.to_bytes())
pedals.generate()
mqtt_client.publish_message("gr24/pedal", pedals.to_bytes())

# gps.generate()
# mqtt_client.publish_message("gr24/gps", gps.to_bytes())
gps.generate()
mqtt_client.publish_message("gr24/gps", gps.to_bytes())

bcm.test_generate()
mqtt_client.publish_message("gr24/bcm", bcm.to_bytes())
Expand Down

0 comments on commit 1ad23f9

Please sign in to comment.