-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplatformio.ini
45 lines (41 loc) · 1.31 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
; 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]
platform = espressif32
board = esp32dev
framework = arduino
data_dir = data
lib_deps =
https://github.com/wizard97/Embedded_RingBuf_CPP.git
https://github.com/PaulStoffregen/Time.git
janelia-arduino/Array @ ^1.2.1
adafruit/Adafruit SHT31 Library @ ^2.2.2
adafruit/Adafruit SSD1306 @ ^2.5.7
adafruit/Adafruit GFX Library @ ^1.11.9
makuna/NeoPixelBus @ ^2.7.6
milesburton/DallasTemperature @ ^3.11.0
https://github.com/me-no-dev/ESPAsyncWebServer
me-no-dev/AsyncTCP @ ^1.1.1
bblanchon/ArduinoJson @ ^6.21.3
https://github.com/alanswx/ESPAsyncWiFiManager.git
adafruit/Adafruit Unified Sensor@^1.1.4
adafruit/DHT sensor library@^1.4.2
; board_build.filesystem=littlefs
extra_scripts = replace_fs.py
board_build.filesystem = littlefs
[env:usb]
upload_port = /dev/ttyUSB*
monitor_speed = 115200
[env:ota]
build_flags = -D RELEASE
upload_protocol = espota
upload_port = terraesp.local
upload_flags =
--auth=admin