-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
49 lines (47 loc) · 1.51 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
; 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_wroom_02]
platform = espressif32
#board = esp32dev
board = az-delivery-devkit-v4
monitor_speed = 115200
monitor_filters = time
upload_speed = 460800
upload_port = /dev/cu.usbserial-14110
monitor_port = /dev/cu.usbserial-14110
framework = arduino
board_build.f_cpu = 240000000L
; board_build.partitions = min_spiffs.csv
lib_deps =
ArduinoJson
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
esphome/ESPAsyncWebServer-esphome@^3.1.0
esphome/AsyncTCP-esphome@2.0.1
adafruit/Adafruit GFX Library@^1.11.5
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.0
[env:esp_wroom_02_ota]
platform = espressif32
#board = esp32dev
board = az-delivery-devkit-v4
monitor_speed = 115200
monitor_filters = time
upload_protocol = espota
upload_port = 192.168.0.118
monitor_port = /dev/cu.usbserial-11420
framework = arduino
board_build.f_cpu = 240000000L
; board_build.partitions = min_spiffs.csv
lib_deps =
ArduinoJson
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
esphome/ESPAsyncWebServer-esphome@^3.1.0
esphome/AsyncTCP-esphome@2.0.1
adafruit/Adafruit GFX Library@^1.11.5
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.0