-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
36 lines (30 loc) · 792 Bytes
/
platformio.ini
File metadata and controls
36 lines (30 loc) · 792 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
30
31
32
33
34
35
36
[env]
platform = [email protected]
board = lolin32
framework = arduino
board_build.partitions = min_spiffs.csv
monitor_speed = 115200
upload_speed = 921600
#upload_protocol = espota
#Debugging
#build_flags = -DCORE_DEBUG_LEVEL=5
lib_deps =
olikraus/U8g2 @ 2.35.30
mikalhart/TinyGPSPlus @ 1.0.3
paulstoffregen/OneWire @ 2.3.8
DallasTemperature @ 3.11.0
greiman/SdFat @ 2.0.7
ArduinoJson @ 7.2.0
paulstoffregen/Time @ 1.6.1
[env:DR650]
build_flags = -I include/bikes/DR650
[env:AfricaTwin]
build_flags = -I include/bikes/AfricaTwin
[env:Prototype]
build_flags = -I include/bikes/Prototype
#[env:MyDR650]
#build_flags = -I include/bikes/MyDR650
#[env:MyAfricaTwin]
#build_flags = -I include/bikes/MyAfricaTwin
#[env:MyPrototype]
#build_flags = -I include/bikes/MyPrototype