-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplatformio.ini
31 lines (29 loc) · 959 Bytes
/
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
; 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:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
monitor_speed = 115200
; upload_port = /dev/tty
monitor_filters = esp32_exception_decoder
lib_deps =
adafruit/Adafruit BMP085 Library@^1.2.1
adafruit/Adafruit MPU6050@^2.0.6
tomstewart89/BasicLinearAlgebra@^3.5
bblanchon/ArduinoJson@^6.19.3
sandeepmistry/LoRa@^0.8.0
mikalhart/TinyGPSPlus@^1.0.3
plerup/EspSoftwareSerial@^6.15.2
knolleary/PubSubClient@^2.8
me-no-dev/AsyncTCP@^1.1.1
ottowinter/ESPAsyncWebServer-esphome@^3.1.0
ayushsharma82/AsyncElegantOTA@^2.2.8
board_build.filesystem = littlefs