forked from madleech/MqttMeterPulseCounter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
31 lines (27 loc) · 708 Bytes
/
platformio.ini
File metadata and controls
31 lines (27 loc) · 708 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
#
# 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:nodemcuv2-serial]
platform = espressif8266
framework = arduino
board = nodemcuv2
build_flags = -D BOARD_NODE_MCU_V2
#[env:nodemcuv2-ota]
#platform = espressif8266
#framework = arduino
#board = nodemcuv2
#upload_port = meter-monitor.local
#build_flags = -D BOARD_NODE_MCU_V2