-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
26 lines (22 loc) · 1000 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
; 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
; NOTE: library and platform versions are specified exactly to try and prevent issues with running this code in the future.
; feel free to try updates if they become available, but test carefully.
[platformio]
default_envs = esp32dev
[env:esp32dev]
framework = arduino
platform = [email protected] ;https://registry.platformio.org/platforms/platformio/espressif32/versions
board = esp32dev
monitor_speed = 115200
lib_deps =
joshua1024/[email protected] ;https://github.com/joshua-8/JMotor
robtillaart/[email protected] ;https://github.com/RobTillaart/RunningAverage
dlloydev/[email protected] ;https://github.com/Dlloydev/QuickPID