From f00db8ab9c28e870ad5b77ec8ca7d5b9fb45679e Mon Sep 17 00:00:00 2001 From: PaulZC Date: Tue, 10 Oct 2023 01:26:48 +0100 Subject: [PATCH 1/3] Now compile the new virtual example --- .github/workflows/compile-sketch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 14f86de..efe7026 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -100,7 +100,7 @@ jobs: - source-path: ./ sketch-paths: | - examples/Example20_SendCustomCommand - # - examples/NEO-M8P-2/Example2_StartRTCMBase_virtual/Example2_StartRTCMBase_virtual + - examples/NEO-M8P-2/Example2_StartRTCMBase_virtual/Example2_StartRTCMBase_virtual enable-warnings-report: true enable-deltas-report: true # verbose: true From 5945c9d7d0295268535e331acc3730a371fe6a74 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Tue, 10 Oct 2023 01:30:12 +0100 Subject: [PATCH 2/3] Fix that path --- .github/workflows/compile-sketch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index efe7026..9ac3060 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -100,7 +100,7 @@ jobs: - source-path: ./ sketch-paths: | - examples/Example20_SendCustomCommand - - examples/NEO-M8P-2/Example2_StartRTCMBase_virtual/Example2_StartRTCMBase_virtual + - examples/NEO-M8P-2/Example2_StartRTCMBase_virtual enable-warnings-report: true enable-deltas-report: true # verbose: true From 27a1ac217310444b2fd489b336c6bcfee20a2435 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Tue, 10 Oct 2023 16:32:15 +0100 Subject: [PATCH 3/3] Don't compile new virtual example - fails on Uno (RAM) --- .github/workflows/compile-sketch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 9ac3060..4b7eadd 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -100,7 +100,6 @@ jobs: - source-path: ./ sketch-paths: | - examples/Example20_SendCustomCommand - - examples/NEO-M8P-2/Example2_StartRTCMBase_virtual enable-warnings-report: true enable-deltas-report: true # verbose: true