Skip to content

Commit 1617db2

Browse files
committed
Updates for the new I2C lock method
1 parent 4bab68e commit 1617db2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

tc2/basics/config.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ gpio=6,12=ip,pd
4949
# Set SWD pins to input so RP2040 can be programmed externally.
5050
gpio=25,24=ip
5151

52+
# Set I2C lock pin to a pull-up input.
53+
gpio=13=ip,pu
54+
5255
# Set GPIO pin to trigger shutdown.
5356
dtoverlay=gpio-shutdown,debounce=1,gpio_pin=26,gpio_pull=up

tc2/tc2-agent/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tc2-agent-pkg:
22
cacophony.pkg_installed_from_github:
33
- name: tc2-agent
4-
- version: "0.5.31"
4+
- version: "0.6.0"
55
- architecture: "arm64"
66
- branch: "main"
77

tc2/tc2-hat-controller/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tc2-hat-controller-pkg:
22
cacophony.pkg_installed_from_github:
33
- name: tc2-hat-controller
4-
- version: "0.21.1"
4+
- version: "0.22.0"
55
- architecture: "arm64"
66
- branch: "main"
77

0 commit comments

Comments
 (0)