-
-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create a project for D1 Mini #951
Comments
|
Hi @ivankravets, I have one ascii-8 character in my user name. I was suspicious about a problem related to spaces and/or non ascii-7 characters so I already sent you a test in C:\Temp\poiTest The error is different but I'm not able either to create a project. |
Didn't help :( C:\Temp\pioTest\controler\platformio.ini ; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[platformio]
home_dir = C:\Temp\pioTest\home
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
|
As told in my previous message, I tried it and it changed nothing unless I missed something. |
Please re-test with http://docs.platformio.org/en/latest/installation.html#development-version |
Change OS since may and no problem to report now. |
Configuration
Operating system: Win 7 Home
PlatformIO Version (
platformio --version
): 3.3.0Description of problem
I wanted to use your command line tool but it gives me an error each time I try to create my project.
I followed your "How to" to create my project.
So when I run:
platformio init --ide eclipse --board d1_mini
I get:
or in another path without extended ascii character nor spaces:
Steps to Reproduce
platformio init --ide eclipse --board d1_mini
Actual Results
Exception occurs during generation
Expected Results
Project generation succeed
The text was updated successfully, but these errors were encountered: