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 b60095a + fb618e7 commit b91037fCopy full SHA for b91037f
libraries/MySensors/Sensor.h
@@ -13,6 +13,7 @@
13
#define Sensor_h
14
15
#include "Config.h"
16
+#include "Version.h"
17
#include <nRF24L01.h>
18
#include <RF24.h>
19
#include <RF24_config.h>
@@ -29,7 +30,6 @@
29
30
#define debug(x,...)
31
#endif
32
-#define LIBRARY_VERSION "1.2+"
33
#define PROTOCOL_VERSION 1
34
#define BAUD_RATE 115200
35
libraries/MySensors/Version.h
@@ -0,0 +1,11 @@
1
+/***
2
+ * This file defines the Sensor library version number
3
+ * Normally, contributors should not modify this directly
4
+ * as it is manaaged by the MySensors Bot.
5
+ */
6
+#ifndef Version_h
7
+#define Version_h
8
+
9
+#define LIBRARY_VERSION "1.3beta2 (b27735a)"
10
11
+#endif
0 commit comments