Skip to content

Commit 8f7cfa5

Browse files
authored
Merge branch 'main' into main
2 parents 4512148 + bd60e9e commit 8f7cfa5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+687
-1055
lines changed

.github/workflows/build.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v2
9-
9+
1010
- name: Build with Arduino-CLI
1111
run: bash ci/build-arduino.sh
12-
12+
1313
pio-build:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2
18-
18+
1919
- name: Build with PlatformIO
2020
run: bash ci/build-platformio.sh
21+
22+
- uses: actions/upload-artifact@v2
23+
with:
24+
name: firmware
25+
path: .pio/build/*/firmware.bin

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ buildcache/
55
arduino.json
66
c_cpp_properties.json
77

8+
cppcheck-addon-ctu-file-list
9+
*.ctu-info
10+
*.dump
11+
812
/.vscode/
13+
/.vs
914
/release
1015
/platformio_override.ini
1116
/.pio/

esp8266-fastled-webserver/Map.cpp

+54-92
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)