未验证 提交 f00371ca 编写于 作者: H Hamish Cunningham 提交者: GitHub

Fix incorrect flash_type in unphone9 board definition (#7330)

As per #6962 we have another case of build.flash_type incorrectly named qspi; this commit fixes the issue for the unphone9 board.
Co-authored-by: NJan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
上级 0bd380aa
......@@ -18922,7 +18922,7 @@ unphone9.build.partitions=default_8MB
unphone9.build.defines=-DBOARD_HAS_PSRAM -DUNPHONE_SPIN=9
unphone9.build.loop_core=-DARDUINO_RUNNING_CORE=1
unphone9.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
unphone9.build.flash_type=qspi
unphone9.build.flash_type=qio
unphone9.build.psram_type=qspi
unphone9.build.memory_type={build.flash_type}_{build.psram_type}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册