Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit752c1e9

Browse files
committed
QSPIFlash: add note about LittleFS and OPTA PLC runtime
1 parent45c9eae commit752c1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void setup() {
123123

124124
Serial.println("\nDo you want to use LittleFS to format user data partition? Y/[n]");
125125
Serial.println("If No, FatFS will be used to format user partition.");
126-
126+
Serial.println("Note: LittleFS is not supported by the OPTA PLC runtime.");
127127
if (true ==waitResponse()) {
128128
Serial.println("Formatting user partition with LittleFS.");
129129
user_data_fs =newmbed::LittleFileSystem("user");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp