-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplatformio.ini
More file actions
32 lines (31 loc) · 1013 Bytes
/
platformio.ini
File metadata and controls
32 lines (31 loc) · 1013 Bytes
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
; 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:esp-wrover-kit]
platform = espressif32@5.0.0
board = esp-wrover-kit
board_upload.maximum_ram_size = 4194304
board_upload.flash_size = 8MB
framework = arduino
lib_deps =
IRremoteESP8266=https://github.com/KoenBuys/IRremoteESP8266/@^2.8.0
ESP32-DMX=https://github.com/KoenBuys/ESP32-DMX/@^0.2.2
bblanchon/ArduinoJson@^6.19.0
densaugeo/base64@^1.2.0
fastled/FastLED@^3.5.0
jandrassy/ArduinoOTA@^1.0.8
buelowp/sunset@^1.1.7
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
build_flags =
-D_IR_ENABLE_DEFAULT_=false
-DDECODE_JVC=true
-DSEND_JVC=true
-DCONFIG_OTA_ALLOW_HTTP=true
-DCONFIG_ESP_HTTPS_OTA_ALLOW_HTTP=true