forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from awawa-dev/update_to_0_14_0
Update WLED to 0.14.0
- Loading branch information
Showing
300 changed files
with
68,429 additions
and
24,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
github: [Aircoookie] | ||
custom: ['https://paypal.me/Aircoookie'] | ||
github: awawa-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: WLED Discord community | ||
url: https://discord.gg/KuqP7NE | ||
about: Please ask and answer questions and discuss setup issues here! | ||
- name: WLED community forum | ||
url: https://wled.discourse.group/ | ||
about: For issues and ideas that might need longer discussion. | ||
- name: kno.wled.ge base | ||
url: https://kno.wled.ge/basics/faq/ | ||
about: Take a look at the frequently asked questions and documentation, perhaps your question is already answered! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
.pio | ||
.cache | ||
.clang-format | ||
.direnv | ||
.DS_Store | ||
.gitignore | ||
.idea | ||
.pio | ||
.pioenvs | ||
.piolibdeps | ||
.vscode | ||
!.vscode/extensions.json | ||
/wled00/Release | ||
|
||
esp01-update.sh | ||
platformio_override.ini | ||
replace_fs.py | ||
wled-update.sh | ||
|
||
/build_output/ | ||
/node_modules/ | ||
|
||
/wled00/extLibs | ||
/platformio_override.ini | ||
/wled00/LittleFS | ||
/wled00/my_config.h | ||
/build_output | ||
.DS_Store | ||
.gitignore | ||
.clang-format | ||
node_modules | ||
.idea | ||
.direnv | ||
/wled00/Release | ||
/wled00/wled00.ino.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
FROM gitpod/workspace-full | ||
|
||
USER gitpod | ||
|
||
RUN pip3 install -U platformio | ||
USER gitpod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
tasks: | ||
- command: platformio run | ||
- command: pip3 install -U platformio && platformio run | ||
|
||
image: | ||
file: .gitpod.Dockerfile | ||
|
||
vscode: | ||
extensions: | ||
- [email protected]:u3GsZ5PK12Ddr79vh4TWgQ== | ||
- [email protected]:e0IYyp0efFqVsrZwsIe8CA== | ||
- [email protected]:fbZNfSpnd8XkAHGfAPS2rA== | ||
- [email protected]:Tbu8dTz0i+/bgcKQTQ5b8g== | ||
- Atishay-Jain.All-Autocomplete | ||
- esbenp.prettier-vscode | ||
- shardulm94.trailing-spaces |
Oops, something went wrong.