Skip to content

Commit b17fccd

Browse files
committed
Use some skeleton PIO config
1 parent df93be4 commit b17fccd

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.vscode
2+
.pio

platformio.ini

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
; 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

Comments
 (0)