-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update filesystem.md #2904
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
Update filesystem.md #2904
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2904 +/- ##
======================================
Coverage 27.8% 27.8%
======================================
Files 20 20
Lines 3625 3625
Branches 656 656
======================================
Hits 1008 1008
Misses 2441 2441
Partials 176 176 Continue to review full report at Codecov.
|
I'm not sure if this extra sentence actually clarifies something. If anything, i didn't get any instructions for placing the board into bootloader mode from my supplier. Also the concept of placing the board into bootloader mode may not be known to people who use boards with a circuit to enter download mode automatically. |
There are boards that enter download mode automatically? I only have an Adafruit HUZZAH ESP8266 and I think you have to do it manually be pressing buttons. I think it would be good to rephrase the instructions in the way you suggested so it makes it clear to people who have to manually start the bootload mode without confusing people whose devices do it automatically. |
Depends on what you consider automatic... my NodeMCU's don't require any
physical interaction, it's all done by the IDE (or esptool).
…On Tue, Jan 31, 2017 at 8:54 PM, seanspotatobusiness < ***@***.***> wrote:
There are boards that enter download mode automatically? I only have an
Adafruit HUZZAH ESP8266 and I think you have to do it manually be pressing
buttons. I think it would be good to rephrase the instructions in the way
you suggested so it makes it clear to people who have to manually start the
bootload mode without confusing people whose devices do it automatically.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2904 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAN_A9DY4iHf5_jyRMmy6q2FnMCzSQaQks5rXujEgaJpZM4Lwg7B>
.
|
Huzzah should be capable of entering download mode automatically, iirc. I don't have one myself, but if there are other huzzah users reading this, please share your experiences. |
The code I need to use was made for the Arduino so maybe it's a difference between the Arduino and NodeMCU code/IDE? |
I would suggest :
Just my 2 cents |
Yep, the sentence by @vicnevicne sounds OK. |
Rephrase per comments
Trivial addition to filesystem upload documentation. Supercedes esp8266#2904 which cannot merge due to file renames and massive changes to the filesystem.rst file since it was pushed.
I added a part about placing the ESP8266 module in bootload mode which is something worth including for confused noobs like me.