You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint8_ton_full; /**< Action to be taken when storage is full @ref storage_action_e */
48
48
uint8_tcompression; /**< 1 to enable compression, 0 for no compression */
49
-
uint8_treserved; /**< reserved for future use */
49
+
uint8_tnoformat_onfail; /**< 0 will format storage space when configuration fails to load, Set 1 to disable format */
50
+
uint16_treserved; /**< reserved for future use */
50
51
uint32_tpacket_sz; /**< Approximate Average data packet size, this parameter is only used for storage estimation. does not limit data size for read/write */
51
52
uint32_tmax_storage; /**< Maximum number/count of data packets to store, storage full status is based on either max_storage is reached or storage memory <= resvd_mem */
52
53
uint32_treserved_mem;/**< Amount to reserved memory to keep in storage media, 16Kb minimum */
0 commit comments