fix
This commit is contained in:
parent
c22ab99931
commit
d30f9f2f92
|
@ -254,7 +254,7 @@ namespace ratgdo {
|
||||||
void RATGDOComponent::printRollingCode()
|
void RATGDOComponent::printRollingCode()
|
||||||
{
|
{
|
||||||
|
|
||||||
char code[CODE_LENGTH];
|
char code[40];
|
||||||
snprintf(code, sizeof(code),
|
snprintf(code, sizeof(code),
|
||||||
"%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X",
|
"%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X%01X",
|
||||||
this->rollingCode[0],
|
this->rollingCode[0],
|
||||||
|
|
Loading…
Reference in New Issue