aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2024-07-23 19:27:19 +0200
committerJF <JF002@users.noreply.github.com>2024-08-05 20:34:41 +0200
commit3a0d673df420411a4db3a2acf57d04436446430c (patch)
tree45b94f7999fe704f4d3fb5c0a17463da9b200915 /src/main.cpp
parent53dc9dafe7c4b3a9be89724df2226715d6626651 (diff)
Display the SPI flash JEDEC IDs in SystemInformation.
This is needed since a new memory chip will be used in future batches of PineTimes.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ee6a6d3d..ab50fa74 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -123,7 +123,8 @@ Pinetime::Applications::DisplayApp displayApp(lcd,
alarmController,
brightnessController,
touchHandler,
- fs);
+ fs,
+ spiNorFlash);
Pinetime::System::SystemTask systemTask(spi,
spiNorFlash,