Skip to content

Commit a12a108

Browse files
committed
Remove NetworkEvents patch, included in ESP32 Core v3.0.5
1 parent b9892b9 commit a12a108

File tree

4 files changed

+1
-639
lines changed

4 files changed

+1
-639
lines changed

Firmware/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ RUN cd ./RTK_Everywhere/Patch \
103103
&& cp libmbedx509.a "/root/.arduino15/packages/esp32/tools/esp32-arduino-libs/${ESP_IDF}/esp32/lib/libmbedx509.a" \
104104
&& cp libbt.a "/root/.arduino15/packages/esp32/tools/esp32-arduino-libs/${ESP_IDF}/esp32/lib/libbt.a"
105105

106-
# Patch NetworkEvents
107-
RUN cd ./RTK_Everywhere/Patch \
108-
&& cp NetworkEvents.* "/root/.arduino15/packages/esp32/hardware/esp32/${CORE_VERSION}/libraries/Network/src/"
109-
110106
# Update form.h with index_html and main_js
111107
RUN cd ./Tools \
112108
&& python3 index_html_zipper.py ../RTK_Everywhere/AP-Config/index.html ../RTK_Everywhere/form.h \

0 commit comments

Comments
 (0)