We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79de92 commit ff209caCopy full SHA for ff209ca
src/Arduino_LoRaWAN.h
@@ -34,7 +34,7 @@ Copyright notice:
34
/// \ref ARDUINO_LORAWAN_VERSION_COMPARE_LT() to compare relative versions.
35
///
36
#define ARDUINO_LORAWAN_VERSION \
37
- ARDUINO_LORAWAN_VERSION_CALC(0, 9, 1, 1) /* v0.9.1-pre1 */
+ ARDUINO_LORAWAN_VERSION_CALC(0, 9, 1, 2) /* v0.9.1-pre2 */
38
39
#define ARDUINO_LORAWAN_VERSION_GET_MAJOR(v) \
40
(((v) >> 24u) & 0xFFu)
0 commit comments