From 24fa6bd5a8e0869f361e31c2c9df751fd1c5eb04 Mon Sep 17 00:00:00 2001 From: JF Date: Fri, 17 Jan 2020 15:02:43 +0100 Subject: [PATCH] Typo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d31e70d9..e716bab9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ I've tested this project on the actual PineTime hardware. * Push button to go to disable screen (and go to low power mode) / enable screen (and wake-up). **NOTE** : I'm not completely sure the power consumption is optimal, especially in sleep mode. Any help to measure and debug this is welcome. * Touch panel : wake up when sleeping and draw square on screen when running -## Stub using NRF52-DL +## Stub using NRF52-DK ![Pinetime stub](./images/pinetimestub1.jpg "PinetimeStub") See [this page](./doc/PinetimeStubWithNrf52DK.md) @@ -84,22 +84,26 @@ $ make -j pinetime-app ## How to program * Erase + ``` $ make FLASH_ERASE ``` * Flash softdevice & application + ``` $ make FLASH_SOFTDEVICE $ make FLASH_pinetime-app ``` Or, with ```mergehex``` + ``` $ make FLASH_MERGED_pinetime-app ``` -* For your information : list make targets +* For your information : list make targets : + ``` $ make help ```