1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-29 09:10:03 +02:00

Merge pull request #89 from AlmightyFrog/platformio

Add basic platformio config.
This commit is contained in:
bdring
2019-02-15 11:40:02 -06:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.pioenvs/

11
platformio.ini Normal file
View File

@@ -0,0 +1,11 @@
[platformio]
src_dir=Grbl_Esp32
lib_dir=libraries
data_dir=Grbl_Esp32/data
[env:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
upload_speed = 512000