-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplatformio.ini
33 lines (30 loc) · 929 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
32
33
; 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
[common]
version = "0.1.7"
[env:espMDBmasterboardv1]
platform = [email protected]
framework = arduino
board = esp32dev
lib_deps =
spacehuhn/SimpleCLI
lennarthennigs/ESP Telnet@^2.2.1
marcoschwartz/LiquidCrystal_I2C @ ^1.1.4
build_flags =
-D CODE_VERSION=${common.version}
upload_speed = 921600
upload_protocol = espota
upload_port = 192.168.16.71
; monitor code: platformio device monitor -p socket://192.168.16.71:23
monitor_speed = 115200
monitor_rts = 0
monitor_dtr = 0
monitor_filters = esp32_exception_decoder
#board_build.partitions = default_8MB.csv