VERA: 0 to 3F

This commit is contained in:
tildearrow 2022-03-22 00:13:28 -05:00
parent a1969d30f6
commit 848da5bcc5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const char* DivPlatformVERA::getEffectName(unsigned char effect) {
return "20xx: Change waveform";
break;
case 0x22:
return "22xx: Set duty cycle (0 to 63)";
return "22xx: Set duty cycle (0 to 3F)";
break;
}
return NULL;