Skip to content

Commit 95c022f

Browse files
committed
Restructure for platformio
1 parent 5337cc9 commit 95c022f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

platformio.ini

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# Project Configuration File
3+
#
4+
# A detailed documentation with the EXAMPLES is located here:
5+
# http://docs.platformio.org/en/latest/projectconf.html
6+
#
7+
8+
# A sign `#` at the beginning of the line indicates a comment
9+
# Comment lines are ignored.
10+
11+
# Simple and base environment
12+
# [env:mybaseenv]
13+
# platform = %INSTALLED_PLATFORM_NAME_HERE%
14+
# framework =
15+
# board =
16+
#
17+
# Automatic targets - enable auto-uploading
18+
# targets = upload
19+
20+
[env:nodemcu]
21+
platform = espressif
22+
framework = arduino
23+
board = nodemcu
File renamed without changes.

0 commit comments

Comments
 (0)