Skip to content

Commit 1b68708

Browse files
committed
update feather nrf52840 product id
1 parent 15db2f4 commit 1b68708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository contains the Arduino BSP for Adafruit nRF52 series:
44

55
- [Bluefruit Feather nRF52832](https://www.adafruit.com/product/3406)
6-
- Bluefruit Feather nRF52840 Express (coming soon)
6+
- [Bluefruit Feather nRF52840](https://www.adafruit.com/product/4062)
77
- [Noric nRF52840DK PCA10056](https://www.nordicsemi.com/eng/Products/nRF52840-DK)
88

99
## BSP Installation

libraries/FileSystem/src/ExternalFS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const char README_CONTENT[] =
5353
"https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide\r\n"
5454
"\r\n"
5555
"Adafruit Bluefruit nRF52 Feather Product Page:\r\n"
56-
"- https://www.adafruit.com/product/0000\r\n";
56+
"- https://www.adafruit.com/product/4062\r\n";
5757

5858

5959
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)