@@ -10,61 +10,61 @@ board_build.partitions = min_spiffs.csv
10
10
build_flags =
11
11
-D ASYNC
12
12
-I include/_
13
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
13
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
14
14
15
15
[env:async_E]
16
16
build_flags =
17
17
-D ASYNC
18
18
-I include/e
19
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
19
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
20
20
21
21
[env:async_EC]
22
22
build_flags =
23
23
-D ASYNC
24
24
-I include/ec
25
25
-D SVELTEESP32_ENABLE_ETAG
26
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
26
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
27
27
28
28
[env:async_ECG]
29
29
build_flags =
30
30
-D ASYNC
31
31
-I include/ecg
32
32
-D SVELTEESP32_ENABLE_ETAG
33
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
33
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
34
34
35
35
[env:async_ECGC]
36
36
build_flags =
37
37
-D ASYNC
38
38
-I include/ecgc
39
39
-D SVELTEESP32_ENABLE_ETAG
40
40
-D SVELTEESP32_ENABLE_GZIP
41
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
41
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
42
42
43
43
[env:async_EG]
44
44
build_flags =
45
45
-D ASYNC
46
46
-I include/eg
47
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
47
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
48
48
49
49
[env:async_EGC]
50
50
build_flags =
51
51
-D ASYNC
52
52
-I include/egc
53
53
-D SVELTEESP32_ENABLE_GZIP
54
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
54
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
55
55
56
56
[env:async_G]
57
57
build_flags =
58
58
-D ASYNC
59
59
-I include/g
60
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
60
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
61
61
62
62
[env:async_GC]
63
63
build_flags =
64
64
-D ASYNC
65
65
-I include/gc
66
66
-D SVELTEESP32_ENABLE_GZIP
67
- lib_deps = https://github.com/me-no-dev /ESPAsyncWebServer
67
+ lib_deps = https://github.com/ESP32Async /ESPAsyncWebServer
68
68
69
69
70
70
0 commit comments