File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -135,12 +135,12 @@ jobs:
135
135
with :
136
136
fqbn : ${{ matrix.fqbn }}
137
137
platforms :
138
- - name : esp8266: esp8266
139
- source-url : http://arduino. esp8266.com/stable/package_esp8266com_index.json
140
- - name : esp32: esp32
141
- source-url : https://raw.githubusercontent.com/espressif/arduino- esp32/gh-pages/package_esp32_index.json
142
- - name : ATTinyCore:avr
143
- source-url : http://drazzy.com/package_drazzy.com_index.json
138
+ - source-url : http://arduino. esp8266.com/stable/package_esp8266com_index.json
139
+ name : esp8266: esp8266
140
+ - source-url : https://raw.githubusercontent.com/espressif/arduino- esp32/gh-pages/package_esp32_index.json
141
+ name : esp32: esp32
142
+ - source-url : http://drazzy.com/package_drazzy.com_index.json
143
+ name : ATTinyCore:avr
144
144
145
145
# will automatically find sketches in subdirectories
146
146
sketch-paths : examples
You can’t perform that action at this time.
0 commit comments