Skip to content

Commit 85e081f

Browse files
committed
Add platformio.ini and update .gitignore
1 parent 564298f commit 85e081f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
nodemcu-clock.code-workspace
1+
.pio
2+
.vscode
3+
build
4+
.ycm_extra_conf.py
5+
nodemcu-clock.code-workspace
6+
lib/README

platformio.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
; PlatformIO Project Configuration File
2+
;
3+
; Build options: build flags, source filter
4+
; Upload options: custom upload port, speed and extra flags
5+
; Library options: dependencies, extra library storages
6+
; Advanced options: extra scripting
7+
;
8+
; Please visit documentation for the other options and examples
9+
; https://docs.platformio.org/page/projectconf.html
10+
11+
[env:nodemcuv2]
12+
platform = espressif8266
13+
board = nodemcuv2
14+
framework = arduino
15+
upload_speed = 921600
16+
lib_deps = marcoschwartz/LiquidCrystal_I2C@^1.1.4

0 commit comments

Comments
 (0)