Skip to content

Commit acabefb

Browse files
Made ONE_WIRE_PIN a build flag
1 parent 8e1a614 commit acabefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build_flags =
4848
-D LEDPIN_2=40
4949
-D LEDPIN_3=41
5050
-D LEDPIN_4=42
51-
-D SDCARD_SS=10
51+
-D ONE_WIRE_PIN=21
5252
${user.build_flags}
5353
${env.build_flags}
5454

@@ -65,7 +65,7 @@ build_flags =
6565
-D LEDPIN_2=17
6666
-D LEDPIN_3=2
6767
-D LEDPIN_4=5
68-
-D SDCARD_SS=4
68+
-D ONE_WIRE_PIN=26
6969
${user.build_flags}
7070
${env.build_flags}
7171
-D BOARD_HAS_PSRAM

0 commit comments

Comments
 (0)