-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
31 lines (25 loc) · 920 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]
monitor_speed = 115200
monitor_echo = yes
monitor_filters = colorize
lib_deps =
rlogiacco/CircularBuffer@^1.4.0
framework = arduino
build_flags = -std=c++2a
build_unflags = -std=gnu++11 -std=gnu++17
[env:slime_dongle]
platform = espressif32 @ ^6.9.0
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.5
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
board = slime-dongle
board_build.variants_dir = variants