Skip to content

Commit 185e0dc

Browse files
bwspaththinkyhead
authored andcommitted
🐛 Fix Octopus build on case-sensitive FS (MarlinFirmware#22206)
1 parent bcf6ca5 commit 185e0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ini/stm32f4.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ build_flags = ${stm_flash_drive.build_flags}
238238
[env:BIGTREE_OCTOPUS_V1]
239239
platform = ${common_stm32.platform}
240240
extends = common_stm32
241-
board = marlin_BigTree_octopus_v1
241+
board = marlin_BigTree_Octopus_v1
242242
extra_scripts = ${common.extra_scripts}
243243
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
244244
build_flags = ${common_stm32.build_flags}

0 commit comments

Comments
 (0)