include/nuttx/wireless/lte/lte.h: add fw_version field to lte_version_t

This commit is contained in:
raiden00pl 2023-07-22 14:36:36 +02:00 committed by Xiang Xiao
parent 4f8b979855
commit e5b6d1cb29

View File

@ -195,6 +195,10 @@
#define LTE_VER_NP_PACKAGE_LEN (32)
/* Length of character string for firmware version */
#define LTE_VER_FIRMWARE_LEN (32)
/* PIN status: Not pending for any password */
#define LTE_PINSTAT_READY (0)
@ -655,6 +659,10 @@ typedef struct lte_version
/* NP package version. It is terminated with '\0'. */
char np_package[LTE_VER_NP_PACKAGE_LEN];
/* Firmware version */
char fw_version[LTE_VER_FIRMWARE_LEN];
} lte_version_t;
/* Definition of PIN setting information.