mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-29 17:19:50 +02:00
Merge pull request #89 from AlmightyFrog/platformio
Add basic platformio config.
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.pioenvs/
|
11
platformio.ini
Normal file
11
platformio.ini
Normal 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
|
||||||
|
|
Reference in New Issue
Block a user