Skip to content

Commit a6bb307

Browse files
committed
Provisioning v0.1.3
NetworkConfigurator 0.1.1 2000ms full frame animation for UNO R4 First frame reload to fix timings
1 parent 3c82457 commit a6bb307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile-provisioning.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- source-url: https://github.com/arduino-libraries/Arduino_UniqueHWId.git
4141
version: 7e1bfeb586cac00f043c39997a1e9937ed8152b0
4242
- source-url: https://github.com/arduino-libraries/Arduino_NetworkConfigurator.git
43-
version: f12fc4893ad3b342beca8eb1b55069e173dd78bd
43+
version: 40285c62a3b50c5241e70fefcd2055495256c275
4444
# sketch paths to compile (recursive) for all boards
4545
UNIVERSAL_SKETCH_PATHS: |
4646
- examples/utility/Provisioning_2.0

examples/utility/Provisioning_2.0/Provisioning_2.0.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <utility/SElementArduinoCloudCertificate.h>
1616
#include "Utility/LEDFeedback/LEDFeedback.h"
1717

18-
const char *SKETCH_VERSION = "0.1.2";
18+
const char *SKETCH_VERSION = "0.1.3";
1919

2020
enum class DeviceState {
2121
HARDWARE_CHECK,

0 commit comments

Comments
 (0)