Skip to content

Commit 80d4253

Browse files
committed
update flashformatter method
1 parent 4c0832d commit 80d4253

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Arduino_KVStore
3434
- source-url: https://github.com/arduino-libraries/Arduino_UniqueHWId.git
3535
- source-url: https://github.com/arduino-libraries/Arduino_NetworkConfigurator.git
36-
version: 5da0abaf7b6ae23035fbf0028bf90ed2b049da76
3736
# sketch paths to compile (recursive) for all boards
3837
UNIVERSAL_SKETCH_PATHS: |
3938
- examples/ArduinoIoTCloud-Advanced

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ DeviceState handleHardwareCheck() {
9595

9696
FlashFormatter flashFormatter;
9797
// Check if the board storage is properly formatted
98-
if(!flashFormatter.checkandFormatPartition()) {
98+
if(!flashFormatter.checkAndFormatPartition()) {
9999
DEBUG_ERROR("Sketch: Error partitioning storage");
100100
LEDFeedbackClass::getInstance().setMode(LEDFeedbackClass::LEDFeedbackMode::ERROR);
101101
sendStatus(StatusMessage::FAIL_TO_PARTITION_STORAGE);

0 commit comments

Comments
 (0)