Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 21, 2025
1 parent eed2a8f commit 5a60877
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ default_envs = dev
framework = arduino
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.09.30/platform-espressif32.zip
platform = https://github.com/tasmota/platform-espressif32/releases/download/2025.01.30/platform-espressif32.zip
; platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
monitor_filters = esp32_exception_decoder, log2file
monitor_speed = 115200
; upload_protocol = esptool
Expand All @@ -25,27 +24,10 @@ monitor_speed = 115200
lib_compat_mode = strict
lib_ldf_mode = chain
lib_deps =
; mathieucarbou/AsyncTCP @ 3.3.2
; mathieucarbou/ESPAsyncWebServer @ 3.6.0
ayushsharma82/ElegantOTA @ 3.1.6
lib_ignore =
AsyncTCP
ESPAsyncWebServer
mathieucarbou/AsyncTCP
mathieucarbou/ESPAsyncWebServer
build_flags =
-D HTTPCLIENT_NOSECURE
-D UPDATE_NOCRYPT
; AsyncTCP
; -D CONFIG_ASYNC_TCP_MAX_ACK_TIME=5000
; -D CONFIG_ASYNC_TCP_PRIORITY=10
; -D CONFIG_ASYNC_TCP_QUEUE_SIZE=64
; -D CONFIG_ASYNC_TCP_RUNNING_CORE=1
; -D CONFIG_ASYNC_TCP_STACK_SIZE=4096
; ESPAsyncWebServer
; -D WS_MAX_QUEUED_MESSAGES=64
; ElegantOTA
; -D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
; C++
-Wall -Wextra
-std=c++17
Expand Down

0 comments on commit 5a60877

Please sign in to comment.