error: expected expression before ',' token 30 | static const char * tip_capsule_battery_low_msgbox_capsule_battery_low_btns[] = {,""};
following is the generated code:
//Write codes tip_capsule_pairing_msgbox_capsule_pairing
static const char * tip_capsule_pairing_msgbox_capsule_pairing_btns[] = {,""};
I used to work with 1.5.1 version and there won't be a comma before the quote;it's just {""} and work well.but when I import my project to 1.7.1 version and recompile it, above error occurs. I wonder it's a rule that there must be at least one button in msgbox or just an bug to be fixed.