-
Notifications
You must be signed in to change notification settings - Fork 5
/
platformio.ini
39 lines (34 loc) · 1.25 KB
/
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 = featheresp32
[env]
framework = arduino
board_build.filesystem = littlefs
extra_scripts = ./littlefsbuilder.py
[env:featheresp32]
platform = espressif32
board = featheresp32
upload_protocol = esptool
board_build.partitions = no_ota.csv
lib_deps =
bxparks/AUnit@^1.6.1
sparkfun/SparkFun u-blox GNSS Arduino Library @ ^2.2.9
sparkfun/SparkFun BNO080 Cortex Based IMU @ ^1.1.11
lennarthennigs/Button2@^1.6.1
; add manually to lib folder:
; git submodule add -f -b master https://github.com/me-no-dev/ESPAsyncWebServer.git lib/ESPAsyncWebServer
; git submodule add -f -b main https://github.com/jangleboom/RTKRoverManager.git lib/RTKRoverManager
; later update both with: git submodule foreach git pull
monitor_speed = 115200
monitor_filters = time
upload_port = /dev/cu.SLAB_USBtoUART
monitor_port = /dev/cu.SLAB_USBtoUART
test_port = /dev/cu.SLAB_USBtoUART