mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-12 00:15:44 +00:00
removed redundant function parameter
This commit is contained in:
parent
2ee16f6452
commit
f595c8889c
3 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ Direction parseDirection(uint8_t direction)
|
|||
|
||||
#pragma endregion
|
||||
|
||||
void onGetConfig(Preferences config, AsyncWebServerRequest *request)
|
||||
void onGetConfig(AsyncWebServerRequest *request)
|
||||
{
|
||||
config.begin("dmx", true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue