-
Notifications
You must be signed in to change notification settings - Fork 3
/
platformio.ini
33 lines (32 loc) · 1.05 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
; 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:esp32dev]
build_type = release
platform = [email protected]
platform_packages = framework-arduinoespressif32
board = esp32dev
framework = arduino
monitor_filters = esp32_exception_decoder, default
upload_speed = 2000000
monitor_speed = 115200
build_flags = -Os # optimize for size
#-DCORE_DEBUG_LEVEL=1
debug_build_flags = -Os -ggdb3 -g3
board_build.partitions = partitions/esp32_partition_app1572k_fs983k.csv
#board_build.f_cpu = 160
extra_scripts = download_fs.py
lib_deps =
ConfigAssist @ 2.8.3
bblanchon/ArduinoJson @ 7.2.0
claws/BH1750 @ 1.3.0
adafruit/Adafruit Unified Sensor @ 1.1.14
adafruit/DHT sensor library @ 1.4.6
links2004/WebSockets @ 2.6.1
Time @ 1.6.1