Skip to content

Commit 9b266ff

Browse files
committed
Changed json for ESP8266
1 parent 7d7c637 commit 9b266ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile_examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
type: 8266
6767
platforms: |
6868
- name: esp8266:esp8266
69-
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
69+
#source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
70+
source-url: https://github.com/mcspr/esp8266-Arduino/releases/download/3.2.0-dev/package_esp8266com_index.json
7071
internalid: esp8266
7172
- fqbn: STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8
7273
platforms: |

0 commit comments

Comments
 (0)