-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
30 lines (29 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
; 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:esp32doit-devkit-v1]
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
https://github.com/micro-ROS/micro_ros_arduino.git
madhephaestus/ESP32Servo@^0.11.0
alexgyver/GyverINA@^1.0
https://github.com/bolderflight/eigen
https://github.com/bolderflight/units
https://github.com/bolderflight/navigation
https://github.com/bolderflight/mpu9250
build_flags =
-L ./.pio/libdeps/esp32dev/micro_ros_arduino/src/esp32/
-l microros
-D ESP32
platform_packages =
toolchain-xtensa32 @ ~2.80400.0
framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.2
monitor_speed = 115200