File tree 2 files changed +1
-2
lines changed
examples/utility/Provisioning_2.0
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 33
33
- name: Arduino_KVStore
34
34
- source-url: https://github.com/arduino-libraries/Arduino_UniqueHWId.git
35
35
- source-url: https://github.com/arduino-libraries/Arduino_NetworkConfigurator.git
36
- version: 5da0abaf7b6ae23035fbf0028bf90ed2b049da76
37
36
# sketch paths to compile (recursive) for all boards
38
37
UNIVERSAL_SKETCH_PATHS : |
39
38
- examples/ArduinoIoTCloud-Advanced
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ DeviceState handleHardwareCheck() {
95
95
96
96
FlashFormatter flashFormatter;
97
97
// Check if the board storage is properly formatted
98
- if (!flashFormatter.checkandFormatPartition ()) {
98
+ if (!flashFormatter.checkAndFormatPartition ()) {
99
99
DEBUG_ERROR (" Sketch: Error partitioning storage" );
100
100
LEDFeedbackClass::getInstance ().setMode (LEDFeedbackClass::LEDFeedbackMode::ERROR);
101
101
sendStatus (StatusMessage::FAIL_TO_PARTITION_STORAGE);
You can’t perform that action at this time.
0 commit comments