From bf88dcb59b30a45e696789f444148b213ba89fc3 Mon Sep 17 00:00:00 2001 From: Nathan Seidle Date: Thu, 29 Aug 2024 16:14:32 -0600 Subject: [PATCH] Remove patch for BleSerial --- .github/workflows/compile-rtk-everywhere.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/compile-rtk-everywhere.yml b/.github/workflows/compile-rtk-everywhere.yml index 14bb10322..f25a9a408 100644 --- a/.github/workflows/compile-rtk-everywhere.yml +++ b/.github/workflows/compile-rtk-everywhere.yml @@ -95,12 +95,6 @@ jobs: "SparkFun IM19 IMU Arduino Library"@1.0.1 "SparkFun UM980 Triband RTK GNSS Arduino Library"@1.0.4 - # https://github.com/avinabmalla/ESP32_BleSerial/issues/15 - - name: Patch ESP32_BleSerial BLECharacteristic - run: | - 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/