hardware verson sent in disc req
FossilOrigin-Name: f1bcc6902585c7547cc4ab386d0ba303b2739a18dc7e8589fbf07ede838cf326
This commit is contained in:
@ -185,8 +185,8 @@ int read_config(const char * filename){
|
||||
|
||||
str = uci_lookup_option_string(ctx,section,"hardware_version");
|
||||
if (str){
|
||||
uint8_t * s = bstr_create_from_cfgstr(str);
|
||||
bstr_replace(&conf_hardware_version,s);
|
||||
uint8_t * s = bstr16_create_from_cfgstr(str);
|
||||
bstr16_replace(&conf_hardware_version,s);
|
||||
}
|
||||
|
||||
str = uci_lookup_option_string(ctx,section,"bootloader_version");
|
||||
|
Reference in New Issue
Block a user