-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Patch 1 #2461
Patch 1 #2461
Conversation
2.1.0 master drop
2.1.0-follow-up master drop
Next master drop
As per hmc5883l datasheet 2nd and 3rd bytes are of z axis rather than y.
This reverts commit 92b6bad.
…cu#2205) * host field in HTTP header is no longer limited to 31 charcters * added description for magic values
nodemcu#2205)" (nodemcu#2208) This reverts commit d8d7381.
2.2 master snap
Next master snap
For NodeMCU newcomers referring to Lua documentation, this is an placeholder to explain how to work around the missing io module. I spent hours trying to figure this out.
Leaving aside you've some done this PR of an old dev so it's messed up, I really think that you should raise this as an issue and we should address this in the FAQ as specific point on io and file.
The ESP is an IoT device and does not have a POSIX OS or the like, so the full features offered by a typical OS aren't available. The original authors chose to mirror the then features of the SPIFFS implementation and basic UART drivers. The current developers here had all become familiar with this before they became committers so have never seen the need. Perhaps we should spell this out, but the answer is not a "this module is not here" in dummy |
As a newcomer to NodeMCU and Lua, I found the existing FAQ (although well written) did not point me in the right direction to find my solution. The statement "The current developers here had all become familiar with this," while undoubtedly true, is still not helpful to a newcomer. If you would like to use any of my text to edit the FAQ, please do so. I can also make an attempt of another PR on the FAQ directly if you would consider it. |
@timg11, you've picked up one one great weakness of the FAQ, which is that it is aimed at developers new to NodeMCU but was written by a guru in it so sometimes it doesn't contain questions that need asking an answering. Unlike most new developers, you have also made the effort to give constructive feedback. Can I suggest that you pick this dialogue up on #2462 ? But rather than attempting PRs at this stage, what would be of tremendous value to us and ultimately to fellow new joiners would be for you just to read through the FAQ and make notes on what Qs are missing and perhaps are not addressed in the text. Report this back on the issue and we can discuss and refine this content there. 😃 |
This is only a suggested page to improve the documentation.