Skip to content

Commit 525418b

Browse files
committed
2.1.0
1 parent 0f66d97 commit 525418b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ _Option A:_ If you have a touch sensor TTP-223 wired to the PIN number `2`
108108
$ arduino-cli compile --clean \
109109
--fqbn "rp2040:rp2040:generic" \
110110
--output-dir ../turtlpass-firmware/build/ \
111-
--build-property "build.extra_flags=\"-D__TURTLPASS_VERSION__=\"2.0.0\"\"" \
111+
--build-property "build.extra_flags=\"-D__TURTLPASS_VERSION__=\"2.1.0\"\"" \
112112
--build-property "build.extra_flags=\"-D__TURTLPASS_PIN_TTP223__=2\"" \
113113
../turtlpass-firmware/turtlpass-firmware.ino
114114
```
@@ -119,7 +119,7 @@ _Option B:_ If you don't have a touch sensor TTP-223, fallback to built-in `BOOT
119119
$ arduino-cli compile --clean \
120120
--fqbn "rp2040:rp2040:generic" \
121121
--output-dir ../turtlpass-firmware/build/ \
122-
--build-property "build.extra_flags=\"-D__TURTLPASS_VERSION__=\"2.0.0\"\"" \
122+
--build-property "build.extra_flags=\"-D__TURTLPASS_VERSION__=\"2.1.0\"\"" \
123123
../turtlpass-firmware/turtlpass-firmware.ino
124124
```
125125

0 commit comments

Comments
 (0)