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 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
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
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_ */
You can’t perform that action at this time.
0 commit comments