forked from nakujaproject/N2-AvionicsFlightSoftware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
27 lines (25 loc) · 822 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
; 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
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
board_build.filesystem = littlefs