-
Notifications
You must be signed in to change notification settings - Fork 7
Unknown package error #18
Comments
if you write that kind of why not use these?
|
please check the README.md, the example section are set for esp8266 compile and upload |
Thank you for the response. Now I have changed specific values to variables as you suggested:
But the "Unknown package" error persists. Log:
|
for esp8266, you will need to set custom check README.md again. |
I am sorry. That was my mistake. I didn't configure Anyway, now Build is working fine after whatever-you-said + making some-more changes. But not able to Upload. Error:
Any idea?? |
avrdude can not be used as uploader for esp8266. that's why your upload will never work. |
So, what I should use instead? I mean, I am able to Upload using regular Arduino IDE.. What setting I should change? |
Yeah, of course. AVRDude can not be used. There esptool.exe for that. But I have configured it. Then why it's taking avr dude? Where to change that? |
the four options showed in README.md are exact options needed for esp8266. try those. for esp8266, you will need at least these options: or you can show me your options. |
This is what You have given:
This is what I have configured:
(I did try without .exe too for esptool, still the same) But there are these defaults:
What I should change those to? |
I don't think it's an issue. Since there was no gitter chat option available, I am posting this as an issue.
I just wanted to ask, I have configured these settings:
Are these correct? Any additional lines to be added still?
Also, if it sorts out for me, I ll write a report on it. So that new users can easily adopt it. Because, I think, it's very useful.
The text was updated successfully, but these errors were encountered: