Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit ad3741d

Browse files
authored
Merge pull request #1464 from mathieucarbou/move
Prepare move to https://github.com/ESP32Async/ESPAsyncWebServer
2 parents 67de9cd + a8fff58 commit ad3741d

File tree

83 files changed

+9337
-7282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+9337
-7282
lines changed

.clang-format

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Language: Cpp
2+
BasedOnStyle: LLVM
3+
4+
AccessModifierOffset: -2
5+
AlignConsecutiveMacros: true
6+
AllowAllArgumentsOnNextLine: false
7+
AllowAllParametersOfDeclarationOnNextLine: false
8+
AllowShortIfStatementsOnASingleLine: false
9+
AllowShortLambdasOnASingleLine: Inline
10+
BinPackArguments: false
11+
ColumnLimit: 0
12+
ContinuationIndentWidth: 2
13+
FixNamespaceComments: false
14+
IndentAccessModifiers: true
15+
IndentCaseLabels: true
16+
IndentPPDirectives: BeforeHash
17+
IndentWidth: 2
18+
NamespaceIndentation: All
19+
PointerAlignment: Left
20+
ReferenceAlignment: Left
21+
TabWidth: 2
22+
UseTab: Never

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Only for bugs founds in the library! Otherwise, please go to the discussions section!
4+
title: "[BUG]"
5+
labels: triage
6+
assignees: ""
7+
---
8+
9+
**Only for bugs found in the library! Otherwise, please go to the [discussions section](https://github.com/ESP32Async/ESPAsyncWebServer/discussions)!**
10+
11+
**Please make sure to go through the recommendations before opening a bug report:**
12+
13+
[https://github.com/ESP32Async/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations](https://github.com/ESP32Async/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations)
14+
15+
**Description**
16+
17+
_A clear and concise description of what the bug is._
18+
19+
**Link:** _A link to your source code where the issue happens_
20+
21+
**Board**: _esp32dev, esp32s3, ?_
22+
23+
**Ethernet adapter used ?** _If yes, please specify which one_
24+
25+
**Stack trace**
26+
27+
Please provide a **decoded stack trace** taken with `monitor_filters = esp32_exception_decoder`.
28+
**Any issue opened with a non readable stack trace will be ignored because not helpful at all.**
29+
30+
As an alternative, you can use [https://maximeborges.github.io/esp-stacktrace-decoder/](https://maximeborges.github.io/esp-stacktrace-decoder/).
31+
32+
**Additional notes**
33+
34+
Add any other context about the problem here.
35+
36+
# WARNING
37+
38+
**ANY ISSUE POSTED WITH AN ENCODED STACK TRACE WILL BE CLOSED !**
39+
40+
**PLEASE MAKE THE EFFORT TO DECODE YOUR STACK TRACE**

.github/ISSUE_TEMPLATE/question.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Question
3+
about: "For questions: please go to the discussions section!"
4+
title: "[Q]"
5+
labels: question
6+
assignees: ""
7+
---
8+
9+
**For questions: please go to the [discussions section](https://github.com/ESP32Async/ESPAsyncWebServer/discussions)!**

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Set update schedule for GitHub Actions
2+
3+
version: 2
4+
updates:
5+
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
# Check for updates to GitHub Actions every week
10+
interval: "weekly"

.github/scripts/install-arduino-core-esp32.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/scripts/install-arduino-core-esp8266.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/scripts/install-arduino-ide.sh

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)