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.
2 parents 8f5da83 + 94cfcdc commit 9ef2604Copy full SHA for 9ef2604
libraries/MySensors/Version.h
@@ -6,6 +6,6 @@
6
#ifndef Version_h
7
#define Version_h
8
9
-#define LIBRARY_VERSION "1.5"
+#define LIBRARY_VERSION "1.5.1"
10
11
#endif
libraries/MySensors/utility/SPIFlash.cpp
@@ -32,7 +32,7 @@
32
// Please maintain this license information along with authorship
33
// and copyright notices in any redistribution of this code
34
35
-#include <SPIFlash.h>
+#include "SPIFlash.h"
36
37
uint8_t SPIFlash::UNIQUEID[8];
38
@@ -296,4 +296,4 @@ void SPIFlash::wakeup() {
296
/// cleanup
297
void SPIFlash::end() {
298
SPI.end();
299
-}
+}
libraries/MySensors/utility/SPIFlash.h
@@ -120,4 +120,4 @@ class SPIFlash {
120
121
};
122
123
-#endif
+#endif
0 commit comments