Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
525 commits
Select commit Hold shift + click to select a range
675aba8
Updated to ack(size_t len, uint32_t time = 0);
mathieucarbou Sep 4, 2024
ac748ef
Bugfix: AsyncEventSource writes multiple events per tcp send, includi…
mathieucarbou Sep 4, 2024
2d6e140
Merge pull request #92 from mathieucarbou/sse
mathieucarbou Sep 4, 2024
3e84cf2
v3.2.3
mathieucarbou Sep 4, 2024
d5eac05
Fix warnings
mathieucarbou Sep 4, 2024
688ea40
moved backported files
mathieucarbou Sep 4, 2024
dc746ae
(fix #94) Remove MAX_PRINTF_LEN limitation and fixed wrong usage of v…
mathieucarbou Sep 4, 2024
48cf9db
Merge pull request #95 from mathieucarbou/issue-94
mathieucarbou Sep 4, 2024
cec5afb
v3.2.4
mathieucarbou Sep 4, 2024
e3813b8
fix typos
DRSDavidSoft Sep 5, 2024
fed1a42
Update gitignore
mathieucarbou Sep 5, 2024
9dd95fa
Merge branch 'main' into main
mathieucarbou Sep 6, 2024
2041c11
Merge pull request #96 from DRSDavidSoft/main
mathieucarbou Sep 6, 2024
a63694b
update CI
mathieucarbou Sep 6, 2024
5e15b93
update CI
mathieucarbou Sep 6, 2024
343cd3d
Fix CI
mathieucarbou Sep 6, 2024
5173a00
fail-fast: false
mathieucarbou Sep 6, 2024
d37e050
Add __attribute__((unused))
mathieucarbou Sep 6, 2024
0c5e8da
doc update
mathieucarbou Sep 6, 2024
e45082f
doc
mathieucarbou Sep 7, 2024
244e592
typos
mathieucarbou Sep 8, 2024
3bdd6a9
Code cleanup
mathieucarbou Sep 8, 2024
7b560ec
Update deprecation notices
mathieucarbou Sep 9, 2024
88cb670
Revert "Update deprecation notices"
mathieucarbou Sep 9, 2024
d5a09d2
(feat) Add support for request attributes
mathieucarbou Sep 8, 2024
958f764
Merge pull request #100 from mathieucarbou/attributes
mathieucarbou Sep 11, 2024
b4460a2
(perf) Remove interesting headers to fasten request processing
mathieucarbou Sep 9, 2024
02063bd
Merge pull request #101 from mathieucarbou/headers
mathieucarbou Sep 11, 2024
e28aa5e
#define RESPONSE_STREAM_BUFFER_SIZE 1460
mathieucarbou Sep 11, 2024
f7371c8
Code simplification
mathieucarbou Sep 11, 2024
072b7f8
Fix last commit
mathieucarbou Sep 11, 2024
4166d90
Fix header removal logic
mathieucarbou Sep 13, 2024
cadd618
pioarduino update
mathieucarbou Sep 13, 2024
4b03e07
Exposing new methods:
mathieucarbou Sep 13, 2024
741841a
not needed to clear response headers: they will be freed once respons…
mathieucarbou Sep 13, 2024
571eac4
Support for replacing a response by a new one
mathieucarbou Sep 13, 2024
ca82a3e
Merge pull request #103 from mathieucarbou/response
mathieucarbou Sep 13, 2024
fa20cdf
update CI
mathieucarbou Sep 14, 2024
f959bb9
Fix method overload issue with ESP8266. ESP8266 has to use send_P() a…
mathieucarbou Sep 14, 2024
d29f57e
Merge pull request #104 from mathieucarbou/overloads
mathieucarbou Sep 14, 2024
e6aea01
Add Middleware support in ESPAsyncWebServer
mathieucarbou Sep 7, 2024
92bdd17
Merge pull request #98 from mathieucarbou/middleware
mathieucarbou Sep 14, 2024
b403739
v3.3.0
mathieucarbou Sep 14, 2024
d39aba4
update doc
mathieucarbou Sep 14, 2024
9e6cc52
Fix warning on ESP8266
mathieucarbou Sep 15, 2024
74b16d6
v3.3.1
mathieucarbou Sep 15, 2024
9bad612
Check for null
mathieucarbou Sep 15, 2024
7c57b0c
update doc
mathieucarbou Sep 15, 2024
35230ba
update doc
mathieucarbou Sep 15, 2024
e612803
bblanchon/ArduinoJson @ 7.2.0
mathieucarbou Sep 18, 2024
eacf0eb
Arduino Release v3.0.5 based on ESP-IDF v5.1.4+
mathieucarbou Sep 18, 2024
2e65ee6
Fix CORS Middleware
mathieucarbou Sep 24, 2024
546f9ed
[email protected]
mathieucarbou Sep 26, 2024
b473625
Moved implementations in cpp files
mathieucarbou Sep 29, 2024
6bab605
Merge pull request #106 from mathieucarbou/h_cpp_split
mathieucarbou Sep 29, 2024
319e10c
AsyncWebSocketClient: Fix inconsistent queueLen() in relation to canS…
mathieucarbou Sep 29, 2024
6a247c1
Cleanups
mathieucarbou Sep 29, 2024
3bd4eb8
Fix include directives to make ArduinoJson optional and fix CI
mathieucarbou Sep 29, 2024
5fbab6c
v3.3.2
mathieucarbou Sep 29, 2024
e75dd5b
Fix compilation issue with ArduinoJson 5 and 6 (closes #108)
mathieucarbou Sep 29, 2024
786f7b9
v3.3.3
mathieucarbou Sep 29, 2024
2706a62
Fix CI issue with RPI platform repo
mathieucarbou Sep 29, 2024
b054150
Merge pull request #109 from mathieucarbou/fix-108
mathieucarbou Sep 29, 2024
cf9ae09
add optional responce code to AsyncWebServerRequest::redirect() method
vortigont Sep 30, 2024
4437974
Merge pull request #110 from mathieucarbou/redirect_code
mathieucarbou Sep 30, 2024
c295c7b
v3.3.4
mathieucarbou Sep 30, 2024
3e416ac
Complete rework of AuthenticationMiddleware...
mathieucarbou Sep 30, 2024
6541e6c
Merge pull request #113 from mathieucarbou/auth
mathieucarbou Oct 1, 2024
0856ea6
v3.3.5
mathieucarbou Oct 1, 2024
3971bbd
Removed const keywords
mathieucarbou Oct 1, 2024
a0ff86e
Fixed const getter which should be non const to access client api
mathieucarbou Oct 1, 2024
6fb4067
v3.3.6
mathieucarbou Oct 1, 2024
041565a
Fix memory leak on successive call to setAuthentication
mathieucarbou Oct 1, 2024
a60e0ca
v3.3.7
mathieucarbou Oct 1, 2024
20a022b
Added chunk example
mathieucarbou Oct 2, 2024
2b5324b
fixed issue template
mathieucarbou Oct 2, 2024
657010d
update doc
mathieucarbou Oct 2, 2024
161db00
Code cleanup
mathieucarbou Oct 2, 2024
fb555c9
mathieucarbou/AsyncTCP @ 3.2.6
mathieucarbou Oct 2, 2024
6884bb7
v3.3.8
mathieucarbou Oct 2, 2024
4843a55
AuthenticationMiddleware bug fixes
mathieucarbou Oct 2, 2024
13cf6e2
v3.3.9
mathieucarbou Oct 2, 2024
77456a1
AuthenticationMiddleware fix
mathieucarbou Oct 2, 2024
8e86039
v3.3.10
mathieucarbou Oct 2, 2024
3fbbef4
Little cleanups and added partition file
mathieucarbou Oct 3, 2024
a0c37a6
Improved SSE API to get feedback whether message is enqueued and also…
mathieucarbou Oct 4, 2024
faf74ac
Merge pull request #122 from mathieucarbou/sse
mathieucarbou Oct 4, 2024
a3b67f1
Code cleanup
mathieucarbou Oct 4, 2024
fadb0d3
Protect against null _client
mathieucarbou Oct 4, 2024
b22e983
Merge pull request #123 from mathieucarbou/ws
mathieucarbou Oct 4, 2024
c2ac7b2
Updated enum constants
mathieucarbou Oct 4, 2024
afe9e1f
Improved WebSocket API to get feedback whether message is enqueued
mathieucarbou Oct 4, 2024
f1b086a
Merge pull request #124 from mathieucarbou/ws
mathieucarbou Oct 4, 2024
a8a3144
v3.3.11
mathieucarbou Oct 4, 2024
2bae2a8
v3.3.12
mathieucarbou Oct 5, 2024
523edc1
mathieucarbou/AsyncTCP @ 3.2.7
mathieucarbou Oct 7, 2024
dcd50e6
mathieucarbou/AsyncTCP @ 3.2.8
mathieucarbou Oct 7, 2024
a2fde75
Domain move
mathieucarbou Oct 8, 2024
7b39f0e
Removed wrong comments
mathieucarbou Oct 11, 2024
1a9aba2
mathieucarbou/AsyncTCP @ 3.2.9
mathieucarbou Oct 12, 2024
69748e4
v3.3.13
mathieucarbou Oct 12, 2024
b2cf630
mathieucarbou/AsyncTCP @ 3.2.10
mathieucarbou Oct 13, 2024
40e5e7b
v3.3.14
mathieucarbou Oct 13, 2024
77f90b6
Added perf tests
mathieucarbou Oct 13, 2024
01c691b
AsyncTCPSock support
mathieucarbou Oct 13, 2024
7e1bc0c
doc update
mathieucarbou Oct 13, 2024
f3265e3
doc update
mathieucarbou Oct 13, 2024
fd37861
doc update
mathieucarbou Oct 13, 2024
865f1e8
arduino/arduino-lint-action@v2
mathieucarbou Oct 14, 2024
5b94690
code cleanup
mathieucarbou Oct 14, 2024
863a8bc
Merge pull request #131 from mathieucarbou/headers
mathieucarbou Oct 14, 2024
b788faf
v3.3.15
mathieucarbou Oct 14, 2024
272bd65
updated perf tests
mathieucarbou Oct 14, 2024
65906f7
Fixed literals for ESP8266
mathieucarbou Oct 15, 2024
139099e
v3.3.16
mathieucarbou Oct 15, 2024
d6ce30f
update example
mathieucarbou Oct 15, 2024
07788ec
pio file update
mathieucarbou Oct 15, 2024
7fa622b
Revert "Fixed literals for ESP8266"
mathieucarbou Oct 15, 2024
a4237ae
Wether 8266 or ESP32, `static constexpr const char*` ws used for lite…
mathieucarbou Oct 15, 2024
58c4c64
update example
mathieucarbou Oct 15, 2024
b17c977
Merge pull request #133 from mathieucarbou/issue-132
mathieucarbou Oct 15, 2024
cb4b4de
v3.3.17
mathieucarbou Oct 15, 2024
7923d93
Added test case
mathieucarbou Oct 16, 2024
5aba428
Update example
mathieucarbou Oct 16, 2024
4603a1e
updated templates
mathieucarbou Oct 16, 2024
ab682fd
Code cleanup: adding missing const keyword
mathieucarbou Oct 23, 2024
147f342
added isWebSocketUpgrade(), isSSE(), isHTTP() methods
mathieucarbou Oct 23, 2024
ea7a593
Fix AsyncStaticWebHandler to remove the wrong gzip stat feature which…
mathieucarbou Oct 23, 2024
c8f263e
Renamed _fielExists into _searchFile
mathieucarbou Oct 23, 2024
724f6c3
Fix #142: canHandle implementations should check for the request type…
mathieucarbou Oct 23, 2024
24cc3de
update sample
mathieucarbou Oct 23, 2024
85b1cee
v3.3.18
mathieucarbou Oct 23, 2024
b152719
Set response to NULL after delete
mathieucarbou Oct 23, 2024
7aea91b
Code cleanup
mathieucarbou Oct 23, 2024
bfd688c
Code cleanup around virtual destructor's hierarchy
mathieucarbou Oct 23, 2024
996a1bf
Code cleanup: virtual destructors, hierarchy, AsyncResponseStream, etc
mathieucarbou Oct 23, 2024
e0a13c8
Fix CI
mathieucarbou Oct 23, 2024
dbf00e3
Try fix ci
mathieucarbou Oct 23, 2024
50ea5ee
Disabling RPI in CI.
mathieucarbou Oct 23, 2024
97fbadf
v3.3.19
mathieucarbou Oct 23, 2024
a7c9eff
Fix #143: doc updated
mathieucarbou Oct 24, 2024
41d6ccb
Fix #143: doc re-updated and const removed
mathieucarbou Oct 24, 2024
cf641d2
v3.3.20
mathieucarbou Oct 24, 2024
67de9cd
tentative fix (#1436)
dl9rdz Oct 25, 2024
fc59baa
pioardiono 53.03.10-rc2
mathieucarbou Oct 25, 2024
481f8f7
mathieucarbou/AsyncTCP @ 3.2.11
mathieucarbou Oct 26, 2024
665dbc4
mathieucarbou/AsyncTCP @ 3.2.12
mathieucarbou Oct 27, 2024
5021dd0
v3.3.21
mathieucarbou Oct 27, 2024
96b6037
Try re-activate RPI
mathieucarbou Oct 28, 2024
05c09e2
lib_ldf_mode = deep+
mathieucarbou Oct 28, 2024
8ce30ac
lib_ignore = lwIP_ESPHost
mathieucarbou Oct 28, 2024
5a60a3d
Added serveStatic example with template
mathieucarbou Oct 30, 2024
4290bb2
Fix CI
mathieucarbou Oct 30, 2024
7cf5de6
Fix #151: setAuthentication() was not authenticating: the middleware …
mathieucarbou Nov 4, 2024
233d0ee
Merge pull request #152 from mathieucarbou/issue-151
mathieucarbou Nov 4, 2024
d86e090
v3.3.22
mathieucarbou Nov 4, 2024
cb19a82
update doc
mathieucarbou Nov 8, 2024
29ba810
Added SSE perf tests
mathieucarbou Nov 12, 2024
02f7b4f
update doc
mathieucarbou Nov 12, 2024
43e0b5c
rework SSE handling
vortigont Nov 8, 2024
116fe43
Added chunk response from PROGMEM content example
mathieucarbou Nov 12, 2024
17a69af
mathieucarbou/AsyncTCP @ 3.2.13
mathieucarbou Nov 12, 2024
9d9c22f
mathieucarbou/AsyncTCP @ 3.2.14
mathieucarbou Nov 12, 2024
eee6094
bblanchon/ArduinoJson @ 7.2.1
mathieucarbou Nov 15, 2024
c38d615
Fix CI
mathieucarbou Nov 15, 2024
60f9b47
update doc according to ArduinoJson upgrade
Jetinho Nov 15, 2024
cee7292
Merge pull request #159 from Jetinho/patch-2
mathieucarbou Nov 15, 2024
071785a
add josn example
mathieucarbou Nov 15, 2024
4a37169
Arduino Core 3.1.0 RC3 / ESP-IDF 5.3
mathieucarbou Nov 15, 2024
33611e8
Fix samples
mathieucarbou Nov 18, 2024
ac2fb65
Add sample
mathieucarbou Nov 20, 2024
d60573b
updated example
mathieucarbou Nov 20, 2024
d7c23e8
Fix CI
mathieucarbou Nov 20, 2024
29198a2
Fix sample
mathieucarbou Nov 20, 2024
0cc6dd2
code cleanup
mathieucarbou Nov 20, 2024
0eba19d
Updated example
mathieucarbou Nov 20, 2024
f0eb0ac
Added WS_PING event
mathieucarbou Nov 20, 2024
bccee27
v3.3.23
mathieucarbou Nov 25, 2024
d9041fc
Add example to prevent WS connection if too many clients
mathieucarbou Nov 30, 2024
b09ad98
rework SSE for String's instead of std::string
vortigont Dec 1, 2024
c8b3b28
Merge branch 'main' into sse_shareddata
vortigont Dec 2, 2024
964f899
Merge pull request #154 from vortigont/sse_shareddata
mathieucarbou Dec 3, 2024
8a7d2d1
add slow chunk example
mathieucarbou Dec 9, 2024
0504481
SSE: fix '\n' for String's message container
vortigont Dec 10, 2024
5b5efb9
Merge pull request #167 from vortigont/sse_fix
mathieucarbou Dec 10, 2024
ee9d406
Fix 162: closing websocket from ESP32 with Safari crashes the ESP32.
mathieucarbou Dec 10, 2024
101617d
Merge pull request #168 from mathieucarbou/issue-162
mathieucarbou Dec 10, 2024
ce2a7a5
v3.4.0
mathieucarbou Dec 10, 2024
3866d0b
snprintf => concat
mathieucarbou Dec 10, 2024
25742e1
updated slow sample
mathieucarbou Dec 10, 2024
359cc68
update slow example
mathieucarbou Dec 10, 2024
aed6b32
Updated recommended flags
mathieucarbou Dec 11, 2024
b4f170b
Fix #169: Watchdog in AsyncTCP when sending very long chunked response
mathieucarbou Dec 10, 2024
61eed0e
Merge pull request #170 from mathieucarbou/issue-169
mathieucarbou Dec 11, 2024
3d3456e
implement in-flight buffer credits and event moderation for large/chu…
vortigont Dec 13, 2024
a00cf38
Merge branch 'main' into buffcredit
vortigont Dec 15, 2024
b5fe1b1
update issue
mathieucarbou Dec 15, 2024
92cdaa1
update issue
mathieucarbou Dec 15, 2024
c1e3bf0
clang reformat
mathieucarbou Dec 15, 2024
1756680
pointing to https://github.com/mathieucarbou/AsyncTCP#coalescedq
mathieucarbou Dec 15, 2024
3b9650d
Merge branch 'main' into buffcredit
mathieucarbou Dec 15, 2024
0dce607
mathieucarbou/AsyncTCP @ 3.3.0
mathieucarbou Dec 15, 2024
eef1bab
Merge pull request #171 from mathieucarbou/buffcredit
mathieucarbou Dec 15, 2024
9ebf21a
v3.4.1
mathieucarbou Dec 15, 2024
753309b
mathieucarbou/AsyncTCP @ 3.3.1
mathieucarbou Dec 16, 2024
ae3bf04
v3.4.2
mathieucarbou Dec 16, 2024
7573796
pioarduino 53.03.10
mathieucarbou Dec 16, 2024
826ea07
Close connection when a SSL/TLS handshake or badly formatted request …
mathieucarbou Dec 17, 2024
5ce7df0
Merge pull request #175 from mathieucarbou/feat-172
mathieucarbou Dec 17, 2024
5a8b643
v3.4.3
mathieucarbou Dec 17, 2024
c2147e9
Switch log ordering
mathieucarbou Dec 17, 2024
2a26a97
move AsyncWebSocket's WS_EVT_CONNECT callback out of AsyncWebSocketCl…
vortigont Dec 19, 2024
a2c3152
reset wrong SSL connections instead of close
vortigont Dec 19, 2024
0554cee
Added example to demo that fix #177 fixes issue #176
mathieucarbou Dec 19, 2024
7f0154c
Merge pull request #179 from mathieucarbou/ws_onconnect
mathieucarbou Dec 19, 2024
18b3dd9
Display heap
mathieucarbou Dec 19, 2024
c1be1c4
disable colors
mathieucarbou Dec 19, 2024
10280aa
Merge branch 'main' into ssl_fastrst
mathieucarbou Dec 19, 2024
2bce868
Merge pull request #178 from vortigont/ssl_fastrst
mathieucarbou Dec 19, 2024
5efe913
Fix CI
mathieucarbou Dec 19, 2024
aab147e
Reset connection when appropriate + some code cleanup
mathieucarbou Dec 19, 2024
55fa42a
Added use case for connection reset when https://192.168.4.1:80 is ca…
mathieucarbou Dec 19, 2024
cd882c4
Merge pull request #180 from mathieucarbou/refac
mathieucarbou Dec 19, 2024
e031d27
v3.4.4
mathieucarbou Dec 19, 2024
8f44291
fix converting 0xa to 10(dec)
Tarik2142 Dec 13, 2024
4dcb895
Merge pull request #181 from Tarik2142/sse_0xa_fix
mathieucarbou Dec 19, 2024
079446b
v3.4.5
mathieucarbou Dec 19, 2024
0ae0f95
update readme on build options
vortigont Dec 22, 2024
88989a7
Merge pull request #184 from mathieucarbou/readme
mathieucarbou Dec 22, 2024
2575329
bblanchon/ArduinoJson @ 7.3.0
mathieucarbou Dec 29, 2024
9423a17
Remove libCompatMode from library.json
thorrak Jan 7, 2025
014dc3e
mathieucarbou/AsyncTCP @ 3.3.2
mathieucarbou Jan 7, 2025
66fba39
Merge branch 'main' into remove-libCompatMode
mathieucarbou Jan 7, 2025
afb18a6
Merge pull request #189 from thorrak/remove-libCompatMode
mathieucarbou Jan 7, 2025
33815af
v3.5.0
mathieucarbou Jan 7, 2025
175e182
rework INM/IMS handling for AsyncStaticWebHandler
vortigont Jan 8, 2025
537fbe8
Merge pull request #190 from mathieucarbou/ims
mathieucarbou Jan 9, 2025
23ae702
v3.5.1
mathieucarbou Jan 9, 2025
fd7dbdd
Arduino core 3.1.1 based on IDF 5.3.2.241224
mathieucarbou Jan 9, 2025
21323aa
Breaking: Renamed Middleware classes to not conflict with Arduino Cor…
mathieucarbou Jan 9, 2025
7cee8a5
v3.6.0
mathieucarbou Jan 9, 2025
b81e398
Added back rpipicow to CI
mathieucarbou Jan 9, 2025
ad8b0e7
update doc
mathieucarbou Jan 19, 2025
d9a7755
add logos
mathieucarbou Jan 20, 2025
48a6820
remove website
mathieucarbou Jan 20, 2025
2e461f6
Update README.md
mathieucarbou Jan 20, 2025
7f35106
Prepare move to https://github.com/ESP32Async/ESPAsyncWebServer
mathieucarbou Jan 20, 2025
48bd417
Merge remote-tracking branch 'me-no-dev/master' into move
mathieucarbou Jan 20, 2025
a8fff58
update readme
mathieucarbou Jan 20, 2025
ad3741d
Merge pull request #1464 from mathieucarbou/move
me-no-dev Jan 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Language: Cpp
BasedOnStyle: LLVM

AccessModifierOffset: -2
AlignConsecutiveMacros: true
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLambdasOnASingleLine: Inline
BinPackArguments: false
ColumnLimit: 0
ContinuationIndentWidth: 2
FixNamespaceComments: false
IndentAccessModifiers: true
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
IndentWidth: 2
NamespaceIndentation: All
PointerAlignment: Left
ReferenceAlignment: Left
TabWidth: 2
UseTab: Never
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Only for bugs founds in the library! Otherwise, please go to the discussions section!
title: "[BUG]"
labels: triage
assignees: ""
---

**Only for bugs found in the library! Otherwise, please go to the [discussions section](https://github.com/ESP32Async/ESPAsyncWebServer/discussions)!**

**Please make sure to go through the recommendations before opening a bug report:**

[https://github.com/ESP32Async/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations](https://github.com/ESP32Async/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations)

**Description**

_A clear and concise description of what the bug is._

**Link:** _A link to your source code where the issue happens_

**Board**: _esp32dev, esp32s3, ?_

**Ethernet adapter used ?** _If yes, please specify which one_

**Stack trace**

Please provide a **decoded stack trace** taken with `monitor_filters = esp32_exception_decoder`.
**Any issue opened with a non readable stack trace will be ignored because not helpful at all.**

As an alternative, you can use [https://maximeborges.github.io/esp-stacktrace-decoder/](https://maximeborges.github.io/esp-stacktrace-decoder/).

**Additional notes**

Add any other context about the problem here.

# WARNING

**ANY ISSUE POSTED WITH AN ENCODED STACK TRACE WILL BE CLOSED !**

**PLEASE MAKE THE EFFORT TO DECODE YOUR STACK TRACE**
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Question
about: "For questions: please go to the discussions section!"
title: "[Q]"
labels: question
assignees: ""
---

**For questions: please go to the [discussions section](https://github.com/ESP32Async/ESPAsyncWebServer/discussions)!**
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
36 changes: 0 additions & 36 deletions .github/scripts/install-arduino-core-esp32.sh

This file was deleted.

29 changes: 0 additions & 29 deletions .github/scripts/install-arduino-core-esp8266.sh

This file was deleted.

228 changes: 0 additions & 228 deletions .github/scripts/install-arduino-ide.sh

This file was deleted.

Loading