We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911abed commit e58ff44Copy full SHA for e58ff44
.github/workflows/compile-examples.yml
@@ -31,7 +31,8 @@ jobs:
31
- name: Arduino_DebugUtils
32
- name: Arduino_ConnectionHandler
33
- name: ArduinoBLE
34
- - name: Arduino_CloudUtils
+ - source-url: https://github.com/fabik111/Arduino_CloudUtils.git
35
+ version: add-standard-encoders
36
- name: Arduino_KVStore
37
SKETCH_PATHS: |
38
- examples/NetworkConfiguratorDemo
extras/test/CMakeLists.txt
@@ -16,8 +16,8 @@ FetchContent_Declare(
16
17
FetchContent_Declare(
18
cloudutils
19
- GIT_REPOSITORY https://github.com/arduino-libraries/Arduino_CloudUtils.git
20
- GIT_TAG main
+ GIT_REPOSITORY https://github.com/fabik111/Arduino_CloudUtils.git
+ GIT_TAG add-standard-encoders
21
CONFIGURE_COMMAND ""
22
BUILD_COMMAND ""
23
)
0 commit comments