mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-11-29 00:56:21 +00:00
added missing fields and fixed loading of IP
This commit is contained in:
parent
11f91075d3
commit
eff77036cd
3 changed files with 19 additions and 9 deletions
|
|
@ -28,7 +28,7 @@ enum Direction
|
|||
Output
|
||||
};
|
||||
|
||||
void onGetConfig(String ssid, String pwd, uint32_t ip, uint8_t universe, AsyncWebServerRequest *request);
|
||||
void onGetConfig(String ssid, String pwd, uint32_t ip, uint8_t universe1, Direction direction1, uint8_t universe2, Direction direction2, AsyncWebServerRequest *request);
|
||||
|
||||
void onPutConfig(AsyncWebServerRequest *request, uint8_t *data, size_t len, size_t index, size_t total);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue