File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66permissions : {}
77jobs :
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
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
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ HTML_COLORSTYLE_HUE = 293
1616HTML_COLORSTYLE_SAT = 255
1717HTML_COLORSTYLE_GAMMA = 130
1818GENERATE_LATEX = NO
19- CLASS_DIAGRAMS = NO
19+ CLASS_GRAPH = TEXT
2020HAVE_DOT = NO
Original file line number Diff line number Diff 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 */
4040namespace asyncweb {
4141
You can’t perform that action at this time.
0 commit comments