forked from platformio/platformio-core
Implement uploading files to file system SPIFFS for ESP8266 // Issue #382
This commit is contained in:
@@ -41,6 +41,10 @@ class EspressifPlatform(BasePlatform):
|
||||
"default": True
|
||||
},
|
||||
|
||||
"tool-mkspiffs": {
|
||||
"alias": "uploader"
|
||||
},
|
||||
|
||||
"sdk-esp8266": {
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user