Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 33d9253

Browse files
authoredAug 31, 2024··
Update ESP32 definition in PlatformIO (#217)
1 parent 20af134 commit 33d9253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configs/pio_end.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"ARDUINO_ARCH_ESP32",
2-
"ESP32",
2+
("ESP32", "ESP32"),
33
("F_CPU", "$BOARD_F_CPU"),
44
("ARDUINO", 10812),
55
("ARDUINO_VARIANT", '\\"%s\\"' % board_config.get("build.variant").replace('"', "")),

0 commit comments

Comments
 (0)
Please sign in to comment.