We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564298f commit 85e081fCopy full SHA for 85e081f
.gitignore
@@ -1 +1,6 @@
1
-nodemcu-clock.code-workspace
+.pio
2
+.vscode
3
+build
4
+.ycm_extra_conf.py
5
+nodemcu-clock.code-workspace
6
+lib/README
platformio.ini
@@ -0,0 +1,16 @@
+; PlatformIO Project Configuration File
+;
+; Build options: build flags, source filter
+; Upload options: custom upload port, speed and extra flags
+; Library options: dependencies, extra library storages
+; 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