-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
28 lines (27 loc) · 945 Bytes
/
platformio.ini
File metadata and controls
28 lines (27 loc) · 945 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
; 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:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
lib_extra_dirs = ~/Documents/Arduino/libraries
framework = arduino
lib_deps =
256dpi/MQTT@^2.5.0
fredimachado/ArduinoIRC@^0.2.0
hieromon/AutoConnect@^1.3.1
links2004/WebSockets@^2.3.6
adafruit/Adafruit GFX Library@^1.10.13
adafruit/Adafruit SSD1306@^2.5.15
lib_ldf_mode = deep
board_build.partitions = /$PROJECT_DIR/custompart.csv
upload_speed = 921600
monitor_speed = 921600
build_flags = -O3 -DZIMODEM_ESP32 -DPARALLEL_DRV -DAMIGA -Wno-deprecated-declarations
monitor_filters = esp32_exception_decoder