-
Notifications
You must be signed in to change notification settings - Fork 2
/
platformio.ini
34 lines (31 loc) · 1.16 KB
/
platformio.ini
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
[env:MES-WiFi]
platform = espressif32
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
build_flags = !bash -c "echo -Isrc -DFASTLED_ESP32_I2S -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_PORT=Serial -DPIO_SRC_REVNUM=$(git rev-list --count HEAD) -DPIO_SRC_REV=$(git rev-parse --short HEAD)"
board_build.flash_mode = qio
lib_deps =
fastled/FastLED@^3.5.0
knolleary/PubSubClient@^2.8
suculent/ESP32httpUpdate@^2.1.145
paulstoffregen/OneWire@^2.3.7
milesburton/DallasTemperature@^3.11.0
monitor_filters = esp32_exception_decoder
build_type = debug
[env:MES-WiFi_ota]
platform = espressif32
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
build_flags = !bash -c "echo -Isrc -DFASTLED_ESP32_I2S -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_PORT=Serial -DPIO_SRC_REVNUM=$(git rev-list --count HEAD) -DPIO_SRC_REV=$(git rev-parse --short HEAD)"
board_build.flash_mode = qio
lib_deps =
fastled/FastLED@^3.5.0
knolleary/PubSubClient@^2.8
suculent/ESP32httpUpdate@^2.1.145
paulstoffregen/OneWire@^2.3.7
milesburton/DallasTemperature@^3.11.0
monitor_filters = esp32_exception_decoder
upload_protocol = espota
upload_port = 192.168.1.57