We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8162e9 commit 12b2376Copy full SHA for 12b2376
libraries/SerialFlash/examples/RawHardwareTest/RawHardwareTest.ino
@@ -391,6 +391,7 @@ const char * id2chip(const unsigned char *id)
391
// Winbond
392
if (id[1] == 0x40) {
393
if (id[2] == 0x14) return "W25Q80BV";
394
+ if (id[2] == 0x15) return "W25Q16DV";
395
if (id[2] == 0x17) return "W25Q64FV";
396
if (id[2] == 0x18) return "W25Q128FV";
397
if (id[2] == 0x19) return "W25Q256FV";
0 commit comments