-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
31 lines (30 loc) · 828 Bytes
/
platformio.ini
File metadata and controls
31 lines (30 loc) · 828 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
; PlatformIO Project Configuration File
;
; This example prints ESP32 chip / flash / MAC info to Serial.
;
; Build:
; pio run -e usb
; Monitor:
; pio device monitor -e usb
[env:usb]
platform = espressif32
board = nodemcu-32s
framework = arduino
monitor_speed = 115200
; Optional: set your serial ports here (recommended on Windows)
monitor_port = COM6
upload_port = COM6
build_unflags = -std=gnu++11
build_flags =
-Wno-deprecated-declarations
-std=gnu++17
-DCM_ENABLE_LOGGING=0
-DCM_ENABLE_VERBOSE_LOGGING=0
extra_scripts =
pre:../../tools/pio_force_local_lib_refresh.py
pre:../../tools/preCompile_script.py
[platformio]
description = ESP32 chip info example
; Keep build artifacts out of the library repository.
build_dir = ${sysenv.HOME}/.pio/CM/ex/ChipInfo
libdeps_dir = ${sysenv.HOME}/.pio/CM/ex/ChipInfo/libdeps