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 0d0cd24 commit 7a032e2Copy full SHA for 7a032e2
firmware/SpdReaderWriter.ino
@@ -16,12 +16,12 @@
16
#include <EEPROM.h>
17
#include "SpdReaderWriterSettings.h" // Settings
18
19
-#define VERSION 20211116 // Version number (YYYYMMDD)
+#define VERSION 20211119 // Version number (YYYYMMDD)
20
21
-// RSWP RAM support bitmask
22
-#define DDR3 (1 << 3) // SA1+VHV controls
23
-#define DDR4 (1 << 4) // VHV control
+// RSWP RAM support bitmasks
24
#define DDR5 (1 << 5) // Offline mode control
+#define DDR4 (1 << 4) // VHV control
+#define DDR3 (1 << 3) // VHV+SA1 controls
25
26
// SPD5 hub registers
27
#pragma region SPD5 hub registers
0 commit comments