forked from me-no-dev/ESPAsyncWebServer
small fixes and rearrangements
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <functional>
|
||||
#include <ESPAsyncTCP.h>
|
||||
#include <FS.h>
|
||||
#include "FS.h"
|
||||
|
||||
#include "StringArray.h"
|
||||
|
||||
@@ -114,7 +114,7 @@ class AsyncWebServerRequest {
|
||||
|
||||
void _onPoll();
|
||||
void _onAck(size_t len, uint32_t time);
|
||||
void _onError(err_t error);
|
||||
void _onError(int8_t error);
|
||||
void _onTimeout(uint32_t time);
|
||||
void _onDisconnect();
|
||||
void _onData(void *buf, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user