We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986c52b commit 9d6ef8fCopy full SHA for 9d6ef8f
.github/workflows/compile-rc.yml
@@ -49,7 +49,10 @@ jobs:
49
https://github.com/bblanchon/ArduinoJson.git
50
https://github.com/knolleary/pubsubclient.git
51
https://github.com/avinabmalla/ESP32_BleSerial.git
52
- https://github.com/nseidle/ESP32-OTA-Pull.git #Temporary fork
+
53
+ - name: Get Forks
54
+ run: arduino-cli lib install --zip-path
55
+ https://github.com/nseidle/ESP32-OTA-Pull/archive/refs/heads/main.zip #Temporary fork
56
57
#Incorporate ESP-Now patch into v2.0.4 core: https://github.com/espressif/arduino-esp32/pull/7044/files
58
# - name: Patch ESP32 Core
0 commit comments