forked from WRI-Obernburg/PixelMatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
35 lines (34 loc) · 1.09 KB
/
Copy pathplatformio.ini
File metadata and controls
35 lines (34 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:d1_wroom_02]
platform = espressif8266
board = d1_wroom_02
upload_speed = 921600
framework = arduino
lib_deps =
adafruit/Adafruit NeoPixel@^1.12.3
me-no-dev/ESPAsyncTCP@^1.2.2
mathieucarbou/ESPAsyncWebServer@^3.3.17
arduino-libraries/Arduino_JSON@^0.2.0
ayushsharma82/ElegantOTA@^3.1.6
https://github.com/timarnoldev/esp8266_ws2812_i2s
monitor_filters = esp8266_exception_decoder
lib_compat_mode = strict
build_flags = -DELEGANTOTA_USE_ASYNC_WEBSERVER=1 -DELEGANTOTA_DEBUG=1 -DDEBUG_ESP_SSL
-DDEBUG_ESP_TLS_MEM
-DDEBUG_ESP_HTTP_CLIENT
-DDEBUG_ESP_HTTP_SERVER
-DDEBUG_ESP_CORE
-DDEBUG_ESP_WIFI
-DDEBUG_ESP_HTTP_UPDATE
-DDEBUG_ESP_UPDATER
-DDEBUG_ESP_OTA
-DDEBUG_ESP_OOM -include "umm_malloc/umm_malloc_cfg.h"
-DDEBUG_ESP_PORT=Serial