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 df93be4 commit b17fccdCopy full SHA for b17fccd
.gitignore
@@ -1 +1,2 @@
1
.vscode
2
+.pio
platformio.ini
@@ -0,0 +1,19 @@
+; PlatformIO Project Configuration File
+;
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
+; http://docs.platformio.org/page/projectconf.html
10
+
11
+[env:d1_mini]
12
+platform = espressif8266
13
+board = d1_mini
14
+framework = arduino
15
+upload_speed = 921600
16
+board_f_cpu = 160000000L
17
+upload_port = /dev/cu.SLAB_USBtoUART
18
+monitor_port = /dev/cu.SLAB_USBtoUART
19
+lib_deps =
0 commit comments