File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 22
22
* THE SOFTWARE.
23
23
*/
24
24
25
- #ifndef _M2_H_
26
- #define _M2_H_
25
+ #ifndef _MAKERDIARY_NRF52840_M2_H_
26
+ #define _MAKERDIARY_NRF52840_M2_H_
27
27
28
28
#define _PINNUM (port , pin ) ((port)*32 + (pin))
29
29
50
50
//--------------------------------------------------------------------+
51
51
// BLE OTA
52
52
//--------------------------------------------------------------------+
53
- #define BLEDIS_MANUFACTURER "cmd.wtf "
54
- #define BLEDIS_MODEL "PowerOverwhelmiing "
53
+ #define BLEDIS_MANUFACTURER "Makerdiary "
54
+ #define BLEDIS_MODEL "nRF52840 M.2 "
55
55
56
56
//--------------------------------------------------------------------+
57
57
// USB
60
60
#define USB_DESC_UF2_PID 0x0029
61
61
#define USB_DESC_CDC_ONLY_PID 0x002A
62
62
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"
68
70
69
71
70
- #endif /* _M2_H_ */
72
+ #endif /* _MAKERDIARY_NRF52840_M2_H_ */
You can’t perform that action at this time.
0 commit comments