-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
25 lines (24 loc) · 785 Bytes
/
platformio.ini
File metadata and controls
25 lines (24 loc) · 785 Bytes
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
; 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:freenove_esp32_wrover]
upload_speed = 115200
monitor_speed = 115200
platform = espressif32
board = freenove_esp32_wrover
framework = arduino
lib_deps =
espressif/esp32-camera@^2.0.4
bblanchon/ArduinoJson@^7.4.1
adafruit/Adafruit Unified Sensor@^1.1.15
fmalpartida/LiquidCrystal@^1.5.0
adafruit/Adafruit MPU6050@^2.2.6
electroniccats/MPU6050@^1.4.3
t-vk/ESP32 BLE Keyboard@^0.3.2
t-vk/ESP32 BLE Mouse@^0.3.1