platformio esp8266, esp32

This commit is contained in:
Yuri Trikoz
2020-06-21 03:43:15 +03:00
parent ac6f51af7b
commit bba7487374
39 changed files with 8579 additions and 166 deletions

View File

@@ -64,6 +64,8 @@ class AsyncResponseStream;
#ifdef ESP8266WEBSERVER_H
#define HTTP_ENUM
#endif
#endif
#ifndef HTTP_ENUM
typedef enum { HTTP_GET = 0b00000001,
HTTP_POST = 0b00000010,
@@ -75,7 +77,6 @@ typedef enum { HTTP_GET = 0b00000001,
HTTP_ANY = 0b01111111,
} WebRequestMethod;
#endif
#endif
//if this value is returned when asked for data, packet will not be sent and you will be asked for data again
#define RESPONSE_TRY_AGAIN 0xFFFFFFFF