Skip to content

Commit e25b63a

Browse files
authored
Merge pull request #93 from rpavlik/patch-1
Fix URL shown for CPB
2 parents 3adfba3 + 6df0bfd commit e25b63a

File tree

1 file changed

+1
-1
lines changed
  • src/boards/circuitplayground_nrf52840

1 file changed

+1
-1
lines changed

src/boards/circuitplayground_nrf52840/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
#define UF2_PRODUCT_NAME "Adafruit Circuit Playground nRF52840"
7171
#define UF2_VOLUME_LABEL "CPLAYBTBOOT"
7272
#define UF2_BOARD_ID "nRF52840-CircuitPlayground-revD"
73-
#define UF2_INDEX_URL "https://www.adafruit.com/product/4300"
73+
#define UF2_INDEX_URL "https://www.adafruit.com/product/4333"
7474

7575
#endif // _CPLAY_NRF52840_H

0 commit comments

Comments
 (0)