Skip to content

Commit c8c6c6d

Browse files
Fix incorrect flash_type in unphone9 board definition
As per espressif#6962 we have another case of build.flash_type incorrectly named qspi; this commit fixes the issue for the unphone9 board.
1 parent a5f03a8 commit c8c6c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18904,7 +18904,7 @@ unphone9.build.partitions=default_8MB
1890418904
unphone9.build.defines=-DBOARD_HAS_PSRAM -DUNPHONE_SPIN=9
1890518905
unphone9.build.loop_core=-DARDUINO_RUNNING_CORE=1
1890618906
unphone9.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
18907-
unphone9.build.flash_type=qspi
18907+
unphone9.build.flash_type=qio
1890818908
unphone9.build.psram_type=qspi
1890918909
unphone9.build.memory_type={build.flash_type}_{build.psram_type}
1891018910

0 commit comments

Comments
 (0)