forked from michelpa/GnuVarioE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
71 lines (70 loc) · 1.82 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
;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
lib_ldf_mode= chain
board_build.partitions = custompart.csv
upload_speed = 921600
monitor_speed = 115200
build_flags=
-I./src/HardwareConfig
-I./src/toneHAL/src
-I./src/GpsSentences
-I./src/ms5611TW
-I./src/utility
-I./src/TwoWireScheduler
-I./src/AglManager/src
-I./src/VarioStat
-I./src/VarioHardwareManager
-I./src/VarioBle
-I./src/VarioSettings
-I./src/esp32FOTA2/src
-I./src/MS5611-Ext
-I./src/VarioLog
-I./src/sdcardHAL/src
-I./src/NmeaParser
-I./src/VarioData
-I./src/FlightHistory
-I./src/SerialNmea
-I./src/esp32FOTA
-I./src/tone_esp32/src
-I./src/beeper
-I./src/digit
-I./src/LightInvensense
-I./src/vertaccel
-I./src/VarioLanguage
-I./src/AccelCalibrator
-I./src/varioscreen
-I./src/Adafruit_GFX_Library
-I./src/eepromHAL/src
-I./src/SD_Update
-I./src/MPU
-I./src/MPU-9250-DMP_SF_EXT
-I./src/IntTW
-I./src/VarioWebServer
-I./src/VarioButton
-I./src/HGTReader/src
-I./src/VarioCalibration
-I./src/kalmanvert
-I./src/VarioIgcParser
-I./src/VarioSqlFlight
-I./src/VarioFonts
-I./src/VarioWifi
-I./src/AsyncTCP/src
; -DCONFIG_ASYNC_TCP_RUNNING_CORE=1
; -DCONFIG_ASYNC_TCP_USE_WDT=0
; -DCORE_DEBUG_LEVEL=5
-I./src/VarioXBeeper
-I./src/VarioDataProcessing
-I./src/vario_esp32_arduino_sqlite3_lib/src
lib_ignore =
M5Stack