Skip to content

Commit 8ab7a41

Browse files
committed
Fix strings to be MakerDiary
Not sure how I managed to mix my branches up.
1 parent 43cfc4c commit 8ab7a41

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/boards/nrf52840_m2/board.h

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* THE SOFTWARE.
2323
*/
2424

25-
#ifndef _M2_H_
26-
#define _M2_H_
25+
#ifndef _MAKERDIARY_NRF52840_M2_H_
26+
#define _MAKERDIARY_NRF52840_M2_H_
2727

2828
#define _PINNUM(port, pin) ((port)*32 + (pin))
2929

@@ -50,8 +50,8 @@
5050
//--------------------------------------------------------------------+
5151
// BLE OTA
5252
//--------------------------------------------------------------------+
53-
#define BLEDIS_MANUFACTURER "cmd.wtf"
54-
#define BLEDIS_MODEL "PowerOverwhelmiing"
53+
#define BLEDIS_MANUFACTURER "Makerdiary"
54+
#define BLEDIS_MODEL "nRF52840 M.2"
5555

5656
//--------------------------------------------------------------------+
5757
// USB
@@ -60,11 +60,13 @@
6060
#define USB_DESC_UF2_PID 0x0029
6161
#define USB_DESC_CDC_ONLY_PID 0x002A
6262

63-
//------------- UF2 -------------//
64-
#define UF2_PRODUCT_NAME "Power Overwhelmiing by cmd.wtf"
65-
#define UF2_VOLUME_LABEL "POWBOOT"
66-
#define UF2_BOARD_ID "Power Overwhelmiing"
67-
#define UF2_INDEX_URL "https://cmd.wtf"
63+
//--------------------------------------------------------------------+
64+
// UF2
65+
//--------------------------------------------------------------------+
66+
#define UF2_PRODUCT_NAME "MakerDiary nRF52840 M.2 Module"
67+
#define UF2_VOLUME_LABEL "nRF52840M2"
68+
#define UF2_BOARD_ID "nRF52840M2"
69+
#define UF2_INDEX_URL "https://wiki.makerdiary.com/nrf52840-m2"
6870

6971

70-
#endif /* _M2_H_ */
72+
#endif /* _MAKERDIARY_NRF52840_M2_H_ */

0 commit comments

Comments
 (0)