Typo in globals.h? #432
Replies: 5 comments 10 replies
-
Yep, that looks like a typo to me. "Fans" should probably be interpreted as "devices that provide cooling to desktop computers", as that is one of the projects Dave put together with this before he open sourced it. |
Beta Was this translation helpful? Give feedback.
-
@rbergen, oh yeah sure, FANS, @davepl computer fan illuminations YT mentions with WS2812 strips! Thanks for information on editing docs. I'll do that. |
Beta Was this translation helpful? Give feedback.
-
So I'm only working with a local copy of NightDriverStrip. I can edit it and save easily. Don't yet know the ins and outs of being a "collaborative actor". |
Beta Was this translation helpful? Give feedback.
-
Good. For easy changes that don't need compilation/testing, like a few
words in a doc, just clicking the edit button on the page of, say,
https://github.com/PlummersSoftwareLLC/NightDriverStrip/blob/main/include/globals.h
and then letting it create the branch and pull request for you is probably
fine.
For things that need you to build them and that'll thus need non-trivial
review and testing from Rutger or Dave to be integrated, you'll need to
build it yourself to be sure everything works, then open a pull request
from your local, tested, tree.. Use your favorite search engine for
[github make pull request] and then boil down to a combination of operating
system and tools that you find comfortable. For example, there is a
'GitHub Desktop' thingy that some people like to help with that process. I
personally use the 'gh <https://cli.github.com/>' tool, which is admittedly
not for everyone. There are professional tools that help once you start to
have professional-level problems. There's GH's own official guidance.
<https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request>
There
are LOTS of pages on this, so I'll just point you in the right direction.
…On Sun, Sep 17, 2023 at 3:28 PM airnocker ***@***.***> wrote:
So I'm only working with a local copy of NightDriverStrip. I can edit it
and save easily. Don't yet know the ins and outs of being a "collaborative
actor".
—
Reply to this email directly, view it on GitHub
<#432 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCSD33ORBNSH2QAV6HQ6HLX25MOFANCNFSM6AAAAAA43NPUQE>
.
You are receiving this because you commented.Message ID:
<PlummersSoftwareLLC/NightDriverStrip/repo-discussions/432/comments/7028404
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
@airnocker I've corrected this typo in a branch in my fork with (otherwise unrelated) changes I'm currently working on. As such, the correction will get pulled in with an upcoming larger update to the project. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Line 236 // LEDs, how many, on how many channels, laid out into how many fang/rings, and so on.
Do you mean "fans/rings"? i.e. like how many fans (straight lines) of strips?
airnocker (Alden G)
Beta Was this translation helpful? Give feedback.
All reactions