8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c9eae commit 752c1e9Copy full SHA for 752c1e9
libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino
@@ -123,7 +123,7 @@ void setup() {
123
124
Serial.println("\nDo you want to use LittleFS to format user data partition? Y/[n]");
125
Serial.println("If No, FatFS will be used to format user partition.");
126
-
+ Serial.println("Note: LittleFS is not supported by the OPTA PLC runtime.");
127
if (true == waitResponse()) {
128
Serial.println("Formatting user partition with LittleFS.");
129
user_data_fs = new mbed::LittleFileSystem("user");
0 commit comments