Skip to content

Commit 4c374e2

Browse files
committed
asyncweb: link to ESP32Async/ESPAsyncWebServer
1 parent 0d6dfcd commit 4c374e2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
permissions: {}
77
jobs:
88
build:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Install dependencies
1212
run: |
1313
sudo apt-get install -y --no-install-recommends clang-format-15 doxygen
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Check code style
1616
run: |
1717
mk/format-code.sh
@@ -23,8 +23,8 @@ jobs:
2323
- source-path: ./
2424
- name: Async TCP
2525
- name: ESP Async WebServer
26-
# https://github.com/mathieucarbou/AsyncTCP
27-
# https://github.com/mathieucarbou/ESPAsyncWebServer
26+
# https://github.com/ESP32Async/AsyncTCP
27+
# https://github.com/ESP32Async/ESPAsyncWebServer
2828
- name: Build docs
2929
run: docs/build.sh
3030
- name: Deploy docs

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ HTML_COLORSTYLE_HUE = 293
1616
HTML_COLORSTYLE_SAT = 255
1717
HTML_COLORSTYLE_GAMMA = 130
1818
GENERATE_LATEX = NO
19-
CLASS_DIAGRAMS = NO
19+
CLASS_GRAPH = TEXT
2020
HAVE_DOT = NO

src/esp32cam/asyncweb.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CaptureTask {
3535

3636
/**
3737
* @brief esp32cam integration with ESPAsyncWebServer library.
38-
* @sa https://github.com/mathieucarbou/ESPAsyncWebServer
38+
* @sa https://github.com/ESP32Async/ESPAsyncWebServer
3939
*/
4040
namespace asyncweb {
4141

0 commit comments

Comments
 (0)