bio: enable laser control

This commit is contained in:
Tristan McGinnis
2025-02-27 14:43:40 -06:00
parent 87c340968c
commit f0d2ed69d8

View File

@@ -149,9 +149,9 @@ class SerialRelay(Node):
# To be reviewed before use# # To be reviewed before use#
# # Laser # Laser
# command = "can_relay_tovic,faerie,28," + str(msg.laser) + "\n" command = "can_relay_tovic,faerie,28," + str(msg.laser) + "\n"
# self.send_cmd(command) self.send_cmd(command)
# # UV Light # # UV Light
# command = "can_relay_tovic,faerie,38," + str(msg.uvLight) + "\n" # command = "can_relay_tovic,faerie,38," + str(msg.uvLight) + "\n"