-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplatformio.ini
More file actions
29 lines (28 loc) · 776 Bytes
/
platformio.ini
File metadata and controls
29 lines (28 loc) · 776 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
26
27
28
29
; 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
build_flags =
;-DDEBUG
;-DBTDEBUG
;-DMICDEBUG
;-DCONFIG_BT_NIMBLE_PINNED_TO_CORE=1
-DU8G2_USE_DYNAMIC_ALLOC
lib_deps =
olikraus/U8g2@^2.36.15
fastled/FastLED@^3.10.3
kosme/arduinoFFT@^1.6
h2zero/NimBLE-Arduino@^2.3.7
extra_scripts =
post:bitmap_generator.py