-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
31 lines (30 loc) · 960 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
; 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:esp32-main]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_extra_dirs =
$PROJECT_DIR/lib_fsm/Actions
$PROJECT_DIR/lib_fsm/Decisions
$PROJECT_DIR/lib_fsm/States
$PROJECT_DIR/lib_ble/Bluetooth
$PROJECT_DIR/lib_ble/Callbacks
$PROJECT_DIR/lib_ble/Car
$PROJECT_DIR/lib_ota/Car
lib_deps =
arekushi/Finite-State-Machine-Arduino@^1.0.4
h2zero/NimBLE-Arduino@^1.3.1
ayushsharma82/AsyncElegantOTA@^2.2.6
ottowinter/AsyncTCP-esphome@^1.2.1
ottowinter/ESPAsyncWebServer-esphome@^1.3.0
monitor_speed = 115200
board_build.f_flash = 80000000L
lib_ldf_mode = deep