Skip to content

Commit 8cd4ac1

Browse files
committed
Update non-release-build_v3.0.0.yml
1 parent b9b8e01 commit 8cd4ac1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/non-release-build_v3.0.0.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
"SparkFun IM19 IMU Arduino Library"@1.0.1
9999
"SparkFun UM980 Triband RTK GNSS Arduino Library"@1.0.4
100100

101+
# https://github.com/avinabmalla/ESP32_BleSerial/issues/15
102+
- name: Patch ESP32_BleSerial BLECharacteristic
103+
run: sed -i 's|std::string value = pCharacteristic->getValue();|String value = pCharacteristic->getValue();|g' /home/runner/Arduino/libraries/ESP32_BleSerial/src/BleSerial.cpp
104+
101105
- name: Enable external libs
102106
run: arduino-cli config set library.enable_unsafe_install true
103107

0 commit comments

Comments
 (0)