-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
34 lines (30 loc) · 886 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
32
33
34
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[common_env_data]
lib_deps =
https://github.com/outoftheblox/Thing.git
https://github.com/g3rb3n/SSD1306.git
https://github.com/g3rb3n/MPU9250.git
https://github.com/g3rb3n/BlinkAsync.git
https://github.com/g3rb3n/Point3D.git
https://github.com/g3rb3n/I2C.git
[env:d1_mini]
framework = arduino
platform = espressif8266
board = d1_mini
upload_speed = 921600
monitor_speed = 230400
lib_deps =
${common_env_data.lib_deps}
[env:lolin32]
framework = arduino
platform = espressif32
board = lolin32
lib_deps =
${common_env_data.lib_deps}