-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.back
31 lines (28 loc) · 1.11 KB
/
platformio.back
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
; 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
; http://docs.platformio.org/page/projectconf.html
[platformio]
env_default = stable
src_dir = main
lib_dir = components
[env:stable]
platform = espressif32
board = esp32dev
framework = espidf
targets = upload, monitor
board_build.f_cpu = 80000000L
build_flags = !echo "-DVERSION="$(git describe --always --tags) "-Ibuild/include" "-Icomponents/esp32-snippets/cpp_utils" "-I/Users/steve/.platformio/packages/framework-espidf/components/mbedtls/port/include" "-DCONFIG_MAX9744_ESPIDF_ENABLED=1" "-DCONFIG_MAX9744_ESPIDF_I2C_SDA_GPIO=21" "-DCONFIG_MAX9744_ESPIDF_I2C_SCL_GPIO=22"
upload_port = /dev/cu.SLAB_USBtoUART
upload_speed = 115200
monitor_port = /dev/cu.SLAB_USBtoUART
monitor_speed = 115200
board_build.partitions = $PROJECT_DIR/partitions.csv
board_build.include = build/include
[env:ota]
upload_flags = --port=3232