-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #390 from sparkfun/Fix_#362
Fix #362
- Loading branch information
Showing
14 changed files
with
66 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,12 @@ jobs: | |
- name: Install platform | ||
run: arduino-cli core install esp32:esp32@${{ env.CORE_VERSION }} | ||
|
||
- name: Get IDF version | ||
run: | | ||
cd /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs | ||
IDF_VERSION=$(ls | grep idf-release) | ||
echo "ESP_IDF=${IDF_VERSION}" >> "$GITHUB_ENV" | ||
- name: Get Known Libraries | ||
run: arduino-cli lib install | ||
[email protected] | ||
|
@@ -95,6 +101,14 @@ jobs: | |
cd Firmware/RTK_Everywhere/Patch/ | ||
cp BleSerial.cpp /home/runner/Arduino/libraries/ESP32_BleSerial/src/BleSerial.cpp | ||
- name: Patch libmbedtls | ||
run: | | ||
cd Firmware/RTK_Everywhere/Patch/ | ||
cp libmbedtls.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libmbedtls.a | ||
cp libmbedtls_2.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libmbedtls_2.a | ||
cp libmbedcrypto.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libmbedcrypto.a | ||
cp libmbedx509.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libmbedx509.a | ||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,9 +68,15 @@ jobs: | |
- name: Install platform | ||
run: arduino-cli core install esp32:esp32@${{ env.CORE_VERSION }} | ||
|
||
- name: Get IDF version | ||
run: | | ||
cd /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs | ||
IDF_VERSION=$(ls | grep idf-release) | ||
echo "ESP_IDF=${IDF_VERSION}" >> "$GITHUB_ENV" | ||
- name: Get Known Libraries | ||
run: arduino-cli lib install | ||
ArduinoJson@6.19.4 | ||
ArduinoJson@7.0.4 | ||
[email protected] | ||
[email protected] | ||
"ESP32-OTA-Pull"@1.0.0 | ||
|
@@ -95,6 +101,14 @@ jobs: | |
cd Firmware/RTK_Everywhere/Patch/ | ||
cp BleSerial.cpp /home/runner/Arduino/libraries/ESP32_BleSerial/src/BleSerial.cpp | ||
- name: Patch libmbedtls | ||
run: | | ||
cd Firmware/RTK_Everywhere/Patch/ | ||
cp libmbedtls.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libmbedtls.a | ||
cp libmbedtls_2.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libmbedtls_2.a | ||
cp libmbedcrypto.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libmbedcrypto.a | ||
cp libmbedx509.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libmbedx509.a | ||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters