Commit 33c16550 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Merges v2024_rc

Showing with 1 addition and 1 deletion
+1 -1
...@@ -84,7 +84,7 @@ class Tx(Tx_mb_2023): ...@@ -84,7 +84,7 @@ class Tx(Tx_mb_2023):
self._current = 0 self._current = 0
# Initialize LEDs # Initialize LEDs
if self.connect: if self.connect:
self.pin4 = self.mcp_board.get_pin(4) # OhmPi_run self.pin4 = self.mcp_board.get_pin(4) # OhmPi_run
self.pin4.direction = Direction.OUTPUT self.pin4.direction = Direction.OUTPUT
self.pin4.value = True self.pin4.value = True
self.pin5 = self.mcp_board.get_pin(5) # OhmPi_measure self.pin5 = self.mcp_board.get_pin(5) # OhmPi_measure
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment