Rename deserialize_Layer() to parseLayer() and process* functions to parse*

This commit is contained in:
László Monda
2017-06-15 18:13:42 +02:00
parent 972febf360
commit bdaef763a4
3 changed files with 19 additions and 19 deletions

View File

@@ -193,7 +193,7 @@ void uploadConfig()
void applyConfig()
{
deserialize_Layer(ConfigBuffer, 0);
ParseLayer(ConfigBuffer, 0);
}
void setLedPwm()