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.
2 parents a990865 + c070245 commit eb49d29Copy full SHA for eb49d29
libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino
@@ -138,7 +138,7 @@ void setup() {
138
139
Serial.println("\nDo you want to use LittleFS to format user data partition? Y/[n]");
140
Serial.println("If No, FatFS will be used to format user partition.");
141
- Serial.println("Note: LittleFS is not supported by the OPTA PLC runtime.");
+ Serial.println("Note: Arduino PLC IDE is using LittleFS to store runtime data on this partition.");
142
if (true == waitResponse()) {
143
Serial.println("Formatting user partition with LittleFS.");
144
user_data_fs = new mbed::LittleFileSystem("user");
0 commit comments