File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
examples/utility/Provisioning_2.0 Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments