-
Notifications
You must be signed in to change notification settings - Fork 5
/
platformio.ini
38 lines (34 loc) · 908 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
35
36
37
38
; 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
[platformio]
default_envs = ttgo-lora32-v2
[env:ttgo-lora32-v2]
; build_unflags = -std=gnu++11
build_flags =
; -I ESP32-BLE-Keyboard
; -I NimBLE-Arduino/src
; -I src/FastLED/
-D USE_NIMBLE
-std=c++11
-Wfatal-errors
platform = espressif32
board = ttgo-lora32-v2
framework = arduino
lib_deps =
olikraus/U8g2
FastLED
; nkolban/ESP32 BLE Arduino @ ^1.0.4
; nkolban/ESP32 BLE Arduino
t-vk/ESP32 BLE Keyboard
NimBLE-Arduino
monitor_speed = 115200
board_build.partitions = part.csv
debug_tool = jlink
test_build_project_src = false