forked from khoih-prog/AsyncHTTPRequest_Generic
v1.10.0 to fix bug and clean-up
### Releases v1.10.0 1. Fix bug. 2. Clean up
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
|
||||
#include "defines.h"
|
||||
|
||||
#define ASYNC_HTTP_REQUEST_GENERIC_VERSION_MIN_TARGET "AsyncHTTPRequest_Generic v1.9.2"
|
||||
#define ASYNC_HTTP_REQUEST_GENERIC_VERSION_MIN 1009002
|
||||
#define ASYNC_HTTP_REQUEST_GENERIC_VERSION_MIN_TARGET "AsyncHTTPRequest_Generic v1.10.0"
|
||||
#define ASYNC_HTTP_REQUEST_GENERIC_VERSION_MIN 1010000
|
||||
|
||||
// 600s = 10 minutes to not flooding, 60s in testing
|
||||
#define HTTP_REQUEST_INTERVAL_MS 60000 //600000
|
||||
|
||||
Reference in New Issue
Block a user