Skip to content

Commit 7ba9297

Browse files
committed
Added clarification message to the bad block table overflow error
1 parent 55ebe56 commit 7ba9297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qt/err.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ static code_str_t err[] =
4848
{ NP_ERR_LEN_NOT_ALIGN, "Data length is not page aligned" },
4949
{ NP_ERR_LEN_EXCEEDED, "Data length exceeded chip size" },
5050
{ NP_ERR_LEN_INVALID, "Wrong data length" },
51-
{ NP_ERR_BBT_OVERFLOW, "Bad block table overflow" },
51+
{ NP_ERR_BBT_OVERFLOW, "Bad block table overflow. Probably some pins of "
52+
"chip are not connected to the programmer" },
5253
};
5354

5455
const char *errCode2str(long int code)

0 commit comments

Comments
 (0)