Skip to content

Commit 12b9a91

Browse files
committed
Absolute minimum hack to read MS51FB chip on NuTiny dev board
1 parent af6fb57 commit 12b9a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

protocol/commands.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ const (
296296
// 0x00CCDDDD where
297297
// CC = Company ID
298298
// DDDD = Device ID
299-
DeviceN76E003 = 0xDA3650
299+
//DeviceN76E003 = 0xDA3650
300+
DeviceN76E003 = 0x00da4b21
300301
)
301302

302303
func (id DeviceID) String() string {

0 commit comments

Comments
 (0)