From f00371ca569d8d570ed72018de9661bc6f3eba37 Mon Sep 17 00:00:00 2001 From: Hamish Cunningham Date: Wed, 26 Oct 2022 08:30:00 +0100 Subject: [PATCH] Fix incorrect flash_type in unphone9 board definition (#7330) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- boards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.txt b/boards.txt index 47be5041d..aa9a6c002 100644 --- a/boards.txt +++ b/boards.txt @@ -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} -- GitLab