We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2357444 commit b1c48b2Copy full SHA for b1c48b2
Projects/Multi/Applications/LoRa/AT_Slave/inc/version.h
@@ -72,7 +72,7 @@ extern "C" {
72
#define TEST_VERSION (uint32_t) 0x00000000 /*1 lsb is always 0 in releases */
73
#define LRWAN_VERSION (uint32_t) 0x00001120 /*3 next hex is i_cube release*/
74
#define VERSION (uint32_t) (LORA_MAC_VERSION | LRWAN_VERSION | TEST_VERSION)
75
-#define AT_VERSION_STRING "1.2.1"
+#define AT_VERSION_STRING "1.2.3"
76
#define AT_DEVICE_STRING "ARD-078"
77
78
/* Exported types ------------------------------------------------------------*/
0 commit comments