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: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
This commit is contained in:
parent
0bd380aada
commit
f00371ca56
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue