Skip to content

Commit b4c03a6

Browse files
ci(pre-commit): Apply automatic fixes
1 parent a895cc1 commit b4c03a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pioarduino-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
board_config = env.BoardConfig()
3434
build_mcu = board_config.get("build.mcu", "").lower()
3535
chip_variant = board_config.get("build.chip_variant").lower()
36-
chip_variant = chip_variant if chip_variant else build_mcu
36+
chip_variant = chip_variant if chip_variant else build_mcu
3737
partitions_name = board_config.get("build.partitions", board_config.get("build.arduino.partitions", ""))
3838

3939
FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoespressif32")

0 commit comments

Comments
 (0)