From 6f78e4dbd1be14dbea6df945845934fb75879488 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 20 Apr 2023 15:44:02 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caee372..05bc3fd 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ Download: v1.1.20 -NEW version 1.1 release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details. - + +> NEW version 1.1 release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details. Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. PiPedal running on a Raspberry Pi 4 provides stable super-low-latency audio via external USB audio devices, or internal Raspberry Pi audio hats. From ca294b042148e88ac5d06896ccfbe99c2d7815cf Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 20 Apr 2023 15:45:53 -0400 Subject: [PATCH 2/4] Format fixes for 1.1. release link. --- docs/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 74f4dd9..2dcd94d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,9 +7,8 @@ To download PiPedal, click [here](download.md). - -NEW version 1.1 release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details. - +> NEW version 1.1 release. See the [release notes](https://rerdavies.github.io/pipedal/ReleaseNotes) for details. + Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. PiPedal running on a Raspberry Pi 4 provides stable super-low-latency audio via external USB audio devices, or internal Raspberry Pi audio hats. From beb868791556cd9860168e610ba371ad8f92b77f Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 20 Apr 2023 15:47:01 -0400 Subject: [PATCH 3/4] Update ReleaseNotes.md --- docs/ReleaseNotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 324cb12..e847404 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,6 +1,6 @@ # Release Notes -## PiPedal 1.1.20 +#### PiPedal 1.1.20 Features: @@ -16,4 +16,4 @@ Bug fixes: - Problems with restarting audio after changing audio parameters. -- Occasional loss of audio after reboot caused by ALSA USB initialization race conditions. \ No newline at end of file +- Occasional loss of audio after reboot caused by ALSA USB initialization race conditions. From ea58b2f4f5e971ad8f672b84d2af2f699a664ef5 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 20 Apr 2023 15:53:25 -0400 Subject: [PATCH 4/4] Disable tests properly. Tests (for the most part) require a working audio card, and wi-fi. --- .github/workflows/cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6809728..4349183 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -45,8 +45,8 @@ jobs: env: CC: gcc-10 CXX: g++-10 - - name: Test - working-directory: ${{github.workspace}}/build - # Execute CMake BuiltTest test - #run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest + #- name: Test + # working-directory: ${{github.workspace}}/build + # # Execute CMake BuiltTest test + # run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest