To increase reboot reason size

This commit is contained in:
Sadhyama Vengilat
2021-02-03 16:51:18 +05:30
parent a01ad8f15c
commit 1f24671c0f

View File

@@ -75,7 +75,7 @@ typedef struct
char hw_serial_number[64];
char hw_manufacturer[64];
char hw_mac[64];
char hw_last_reboot_reason[64];
char hw_last_reboot_reason[128];
char fw_name[64];
unsigned int boot_time;
unsigned int webpa_ping_timeout;