Skip to content

Commit f00371c

Browse files
Fix incorrect flash_type in unphone9 board definition (espressif#7330)
As per espressif#6962 we have another case of build.flash_type incorrectly named qspi; this commit fixes the issue for the unphone9 board. Co-authored-by: Jan Procházka <[email protected]>
1 parent 0bd380a commit f00371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18922,7 +18922,7 @@ unphone9.build.partitions=default_8MB
1892218922
unphone9.build.defines=-DBOARD_HAS_PSRAM -DUNPHONE_SPIN=9
1892318923
unphone9.build.loop_core=-DARDUINO_RUNNING_CORE=1
1892418924
unphone9.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
18925-
unphone9.build.flash_type=qspi
18925+
unphone9.build.flash_type=qio
1892618926
unphone9.build.psram_type=qspi
1892718927
unphone9.build.memory_type={build.flash_type}_{build.psram_type}
1892818928

0 commit comments

Comments
 (0)