-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
27 lines (25 loc) · 853 Bytes
/
Copy pathplatformio.ini
File metadata and controls
27 lines (25 loc) · 853 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
; 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:mark-1]
platform = https://github.com/platformio/platform-espressif32.git
#platform = espressif32
#board = adafruit_qtpy_esp32s3_n4r2
board = mark-1
framework = arduino
lib_deps =
https://github.com/redstonee/bmi088-arduino-esp32
jgromes/RadioLib@^7.1.2
robtillaart/MS5611@^0.4.1
sparkfun/SparkFun u-blox GNSS v3@^3.1.9
debug_tool = esp-builtin
debug_init_break = break setup
build_flags = -DARDUINO_USB_MODE=1
build_type = debug
#board_build.filesystem = littlefs