Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f00371c

Browse filesBrowse 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 <90197375+P-R-O-C-H-Y@users.noreply.github.com>
1 parent 0bd380a commit f00371c
Copy full SHA for f00371c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎boards.txt

Copy file name to clipboardExpand all lines: boards.txt
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.