-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplatformio.ini
More file actions
38 lines (33 loc) · 829 Bytes
/
platformio.ini
File metadata and controls
38 lines (33 loc) · 829 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
37
38
#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
#
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload
[env:esp12e]
platform = espressif
framework = arduino
board = esp12e
upload_port = meter-monitor.local
build_flags = -D BOARD_ESP_12E
[env:nodemcuv2-serial]
platform = espressif
framework = arduino
board = nodemcuv2
build_flags = -D BOARD_NODE_MCU_V2
[env:nodemcuv2-ota]
platform = espressif
framework = arduino
board = nodemcuv2
upload_port = meter-monitor.local
build_flags = -D BOARD_NODE_MCU_V2