forked from ewowi/StarBase
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pio.ini - keep the aircoookie webserver version as a commented backup
- Loading branch information
1 parent
473287d
commit 904212b
Showing
1 changed file
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,21 +8,29 @@ | |
; @license For non GPL-v3 usage, commercial licenses must be purchased. Contact [email protected] | ||
|
||
|
||
|
||
; ESPAsyncWebServer ESPHome version | ||
[ESPAsyncWebServer] | ||
build_flags = | ||
-D CONFIG_ASYNC_TCP_USE_WDT=0 ;why? tbd: experiment without | ||
-D WS_MAX_QUEUED_MESSAGES=64 | ||
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1 ;tbd experiment without | ||
;-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE ; 8192*2 here as default !!! | ||
lib_deps = | ||
; https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 ; WLEDMM this must be first in the list, otherwise Aircoookie/ESPAsyncWebServer pulls in an older version of AsyncTCP !! | ||
; https://github.com/ewoudwijma/ESPAsyncWebServer.git#v2.0.7 | ||
; https://github.com/aircoookie/ESPAsyncWebServer.git @ 2.2.1 | ||
; https://github.com/ewowi/ESPAsyncWebServer.git ;me-no-dev + 64 + queueLength - alternative | ||
; https://github.com/lost-hope/ESPAsyncWebServer.git#master ;artifx on <ip>/edit | ||
; https://github.com/esphome/ESPAsyncWebServer.git @ 3.2.2 | ||
https://github.com/MoonModules/ESPAsyncWebServer.git @ 3.2.2 ; + queueLength | ||
|
||
; ESPAsyncWebServer AirCoookie v2.0.7 version (2.2.1 is latest) | ||
; [ESPAsyncWebServer] | ||
; build_flags = | ||
; -D CONFIG_ASYNC_TCP_USE_WDT=0 ;why? tbd: experiment without | ||
; ; -D WS_MAX_QUEUED_MESSAGES=64 ;not supported to set here in AirCoookie version | ||
; -D CONFIG_ASYNC_TCP_STACK_SIZE=CONFIG_ASYNC_TCP_TASK_STACK_SIZE ; ESPHome uses CONFIG_ASYNC_TCP_STACK_SIZE (used in SysModSystem) | ||
; lib_deps = | ||
; ; https://github.com/lost-hope/ESPAsyncWebServer.git#master ;aircoookie + artifx on <ip>/edit | ||
; ; https://github.com/ewowi/ESPAsyncWebServer.git ;me-no-dev + 64 + queueLength - alternative | ||
; https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 ; WLEDMM this must be first in the list, otherwise Aircoookie/ESPAsyncWebServer pulls in an older version of AsyncTCP !! | ||
; https://github.com/ewoudwijma/ESPAsyncWebServer.git#v2.0.7 ;aircoookie + getClients + 64 | ||
; ; https://github.com/ewoudwijma/ESPAsyncWebServer.git#v2.2.1 ;crashes on ws refererence in sendDataWs !! | ||
|
||
|
||
;Work in progress - not compiling yet | ||
[PsychicHttp] | ||
|