mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-01 17:35:33 +01:00
Added default value for hexbin type
This commit is contained in:
parent
5b7ebc9eb4
commit
5d7d8d86a2
1 changed files with 2 additions and 0 deletions
|
|
@ -1093,6 +1093,8 @@ static char *get_default_value_by_type(int type)
|
|||
case DMT_LONG:
|
||||
case DMT_BOOL:
|
||||
return "0";
|
||||
case DMT_HEXBIN:
|
||||
return "00";
|
||||
case DMT_BASE64:
|
||||
return "AA=="; // base64 encoded hex value 00
|
||||
case DMT_TIME:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue