Added some missong default values.
FossilOrigin-Name: 25b5b5f63ef89c94d1f3ae88025693d37ffae728e6b39e5802d72dfb21fa1550
This commit is contained in:
@ -61,6 +61,10 @@ extern uint8_t conf_macaddress_len;
|
||||
#define CONF_DEFAULT_BOOTLOADER_VENDOR_ID CW_VENDOR_ID_FSF
|
||||
#endif
|
||||
|
||||
#ifndef CONF_DEFAULT_BOOTLOADER_VERSION
|
||||
#define CONF_DEFAULT_BOOTLOADER_VERSION "W-FAT-BL-0.1"
|
||||
#endif
|
||||
|
||||
#ifndef CONF_DEFAULT_MODEL_NO
|
||||
#define CONF_DEFAULT_MODEL_NO "W-FAT"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user