Fix command order

This commit is contained in:
cam900 2023-02-05 10:04:31 +09:00
parent dd79ae401b
commit f8b9901e4b
2 changed files with 10 additions and 10 deletions

View file

@ -212,6 +212,11 @@ const char* cmdName[]={
"MACRO_OFF",
"MACRO_ON",
"SURROUND_PANNING",
"FM_AM2_DEPTH",
"FM_PM2_DEPTH",
"ES5506_FILTER_MODE",
"ES5506_FILTER_K1",
"ES5506_FILTER_K2",
@ -224,11 +229,6 @@ const char* cmdName[]={
"ES5506_ENVELOPE_K2RAMP",
"ES5506_PAUSE",
"SURROUND_PANNING",
"FM_AM2_DEPTH",
"FM_PM2_DEPTH",
"ALWAYS_SET_VOLUME"
};